Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
update checkout version
  • Loading branch information
NightlordTW authored Nov 20, 2023
1 parent 008f20d commit db40b8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand All @@ -39,6 +39,5 @@ jobs:
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
render: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit db40b8c

Please sign in to comment.