Skip to content

Commit

Permalink
Rename the github-pages artifact to docs
Browse files Browse the repository at this point in the history
The generic name, docs, is more immediately obvious and less tied
to the infrastructure we happen to use for the project.
  • Loading branch information
nicholaslourie committed Jan 10, 2024
1 parent b0c3184 commit bea4e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Upload the GitHub Pages artifact.
uses: actions/upload-pages-artifact@v3
with:
name: docs
path: docs/_build/html/
retention-days: 90
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
steps:
- name: Deploy the GitHub Pages site.
uses: actions/deploy-pages@v4
with:
artifact_name: docs

0 comments on commit bea4e39

Please sign in to comment.