Skip to content

Commit

Permalink
Organize
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi committed Aug 16, 2023
1 parent 5e0c084 commit ae0613c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,14 @@ jobs:
path: QuartoBook
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


organize:
needs: build-deploy # https://stackoverflow.com/a/65698892/13818750
runs-on: ubuntu-latest
permissions:
contents: write
if: github.ref == 'refs/heads/gh-pages' #https://stackoverflow.com/a/58142412/13818750
steps:
- name: Check out repository
uses: actions/checkout@v3

0 comments on commit ae0613c

Please sign in to comment.