8000 GA: source -> master · rofrol/rust-gamedev.github.io@068148e · GitHub
[go: up one dir, main page]

Skip to content

Commit 068148e

Browse files
committed
GA: source -> master
1 parent fc2aa61 commit 068148e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- run: ./zola --version
1919
- run: ./zola build
2020
- name: Deploy
21-
if: github.ref == 'refs/heads/master'
21+
if: github.ref == 'refs/heads/source'
2222
uses: crazy-max/ghaction-github-pages@v1
2323
with:
2424
build_dir: public
25+
target_branch: master
26+
keep_history: true

0 commit comments

Comments
 (0)
0