Skip to content

Commit 9b32509

Browse files
Modify build format
1 parent 8bdcea1 commit 9b32509

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
touch ../_build/.nojekyll
2727
- name: Commit and push changes
2828
run: |
29-
git checkout gh-pages
29+
git fetch origin
30+
git checkout -b gh-pages origin/gh-pages
3031
cp ../_build ./
3132
git config --global user.name "CAMS SDD"
3233
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"

0 commit comments

Comments
 (0)