Skip to content

Commit

Permalink
try docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Jun 24, 2024
1 parent 66f3020 commit 2048089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# by a subsequent job in the workflow.
# only store the artifact for 'retention-days'
- name: Upload docs artifact
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
uses: actions/upload-artifact@v3
with:
name: built_docs
Expand All @@ -69,7 +69,7 @@ jobs:
docs-deploy:
name: Deploy docs
needs: docs-build
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 2048089

Please sign in to comment.