Skip to content

Add doc deployment job #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add checkout step
  • Loading branch information
dstansby committed Jun 13, 2023
commit 89ccadf5edee008a3b8a1b080b8c2971de017f51
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
runs-on: ubuntu-latest
needs: build-docs
steps:

- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: docs

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