Skip to content

Commit 8c0f44d

Browse files
committed
fix: make gh-pages force push
1 parent b4ef2f2 commit 8c0f44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
- name: Publish documentation on GH pages
6060
working-directory: ${{github.workspace}}/NeuroML_API_build
6161
run: |
62-
ghp-import -m "Regenerate documentation" -b gh-pages -n -p docs/html
62+
ghp-import -f -m "Regenerate documentation" -b gh-pages -n -p docs/html

0 commit comments

Comments
 (0)