Skip to content

Commit

Permalink
Merge pull request #6055 from ryanlovett/docs-no-var
Browse files Browse the repository at this point in the history
Remove ai-suggested fragment.
  • Loading branch information
ryanlovett authored Aug 30, 2024
2 parents 6f43327 + 7cbda7a commit 8e647bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/quarto-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
# Don't run in forks, unless the forker sets a secret variable. I chose to
# use a secret rather than a var because secrets are not copied to forks.
if: ${{ github.event.repository.fork == false || secrets.ALLOW_FORK_DEPLOY == 'true' }}
# Don't run in forks.
if: ${{ github.event.repository.fork == false }}
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 8e647bf

Please sign in to comment.