Skip to content

Commit

Permalink
Remove ai-suggested fragment.
Browse files Browse the repository at this point in the history
The syntax wasn't permitted, and this isn't a strong need.
  • Loading branch information
ryanlovett committed Aug 30, 2024
1 parent 6f43327 commit 7cbda7a
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 7cbda7a

Please sign in to comment.