Skip to content

Commit

Permalink
copy created docs to gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyhickson committed Jul 27, 2023
1 parent 090df52 commit 0350716
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish_wps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,19 @@ jobs:
- name: build docs
run: |
make clean html
- name: commit docs to gh-pages branch
run: |
git worktree add ../publish_wps
cd ../publish_wps
git checkout origin/gh-pages
cp -r ../simulation-systems/build/html .
# push
#git commit -am "sensible message"
#git push

# create a pull request from your branch to the gh-pages branch.


0 comments on commit 0350716

Please sign in to comment.