Skip to content

Commit

Permalink
Merge pull request #2 from softwareengineerprogrammer/softwareenginee…
Browse files Browse the repository at this point in the history
…rprogrammer-patch-1

Document deploy_docs condition
  • Loading branch information
softwareengineerprogrammer authored Nov 5, 2023
2 parents 27b7d8b + 38a73d1 commit fdffc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
deploy_docs:
name: Deploy docs to GitHub Pages
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' # Prevent from running on PRs, tags
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit fdffc7c

Please sign in to comment.