Skip to content

Commit

Permalink
try to update the action
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Mar 26, 2024
1 parent 34a1670 commit eb4ab06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
version: pre-release

- name: Install Computo extension for Quarto
run: |
Expand All @@ -34,6 +33,5 @@ jobs:
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb4ab06

Please sign in to comment.