Skip to content

Commit

Permalink
actions to automatically update documentation 🐛
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Jan 4, 2024
1 parent 9263c7d commit 5a221df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Create and switch to gh-pages branch
run: |
git checkout gh-pages
git checkout -b gh-pages
git pull origin gh-pages || true
- name: Copy built documentation
Expand Down

0 comments on commit 5a221df

Please sign in to comment.