Skip to content

Commit

Permalink
Fix deployment of GitHub Pages (try 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Sep 2, 2020
1 parent 0263c13 commit 805ff34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Generate documentation
run: nox -s docs

# This helps ensure the generated files are included by the action
# in the next step.
- name: Remove generated files from .gitignore
run: sed -n '/# Generated files/q;p' .gitignore > .gitignore

- name: Upload to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 805ff34

Please sign in to comment.