Skip to content

Commit

Permalink
Cleanup publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josiah-wolf-oberholtzer committed Aug 14, 2022
1 parent b4e0a32 commit d1f7360
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ jobs:
name: docs
path: docs
- name: Clone gh-pages
run: git clone --branch gh-pages `git config --get remote.origin.url` gh-pages/
uses: actions/checkout@v3
with:
path: gh-pages
ref: gh-pages
- name: Rsync docs
run: rsync -rtv --del --exclude=.git docs/ gh-pages/
- name: Touch .nojekyll
Expand Down

0 comments on commit d1f7360

Please sign in to comment.