Skip to content

Commit

Permalink
Fix CI (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Jun 19, 2024
1 parent df8d655 commit cd9a0d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: doc-book
- name: Assemble gh-pages
run: |
mv doc-book gh-pages
path: gh-pages
# If this is a push to the main branch push to the `gh-pages` using a
# deploy key. Note that a deploy key is necessary for now because otherwise
# using the default token for github actions doesn't actually trigger a page
Expand Down

0 comments on commit cd9a0d1

Please sign in to comment.