Skip to content

Commit

Permalink
ci: Possibly fix docs deployment?
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Apr 20, 2022
1 parent e1b4109 commit 494f458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
if: "github.event_name == 'push' && github.ref == 'refs/heads/master'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
Expand All @@ -34,3 +35,5 @@ jobs:
with:
branch: gh-pages
folder: html
clean: true
force: true

0 comments on commit 494f458

Please sign in to comment.