Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 068148e

Browse filesBrowse files
committed
GA: source -> master
1 parent fc2aa61 commit 068148e
Copy full SHA for 068148e

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.