Skip to content

Commit

Permalink
slightly better names
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Apr 13, 2024
1 parent fab3c23 commit 54ab7a5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy_docs
name: build_docs

on:
push:
Expand Down Expand Up @@ -34,13 +34,13 @@ jobs:
with:
path: docs/_build/html

upload-docs:
deploy-docs:
needs: [build-docs]
runs-on: ubuntu-22.04
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged

steps:
- uses: peaceiris/actions-gh-pages@v3.9.3
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html

0 comments on commit 54ab7a5

Please sign in to comment.