File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5454 source .venv/bin/activate
5555
5656 - name : Set up Quarto
57- uses : quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
57+ uses : quarto-dev/quarto-actions/setup@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
5858
5959 - name : Spell check repo
6060 uses : crate-ci/typos@626c4bedb751ce0b7f03262ca97ddda9a076ae1c # v1.39.2
@@ -64,15 +64,15 @@ jobs:
6464
6565 - name : Publish to Netlify (and render)
6666 if : ${{ inputs.hosting-provider == 'netlify' }}
67- uses : quarto-dev/quarto-actions/publish@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
67+ uses : quarto-dev/quarto-actions/publish@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
6868 with :
6969 target : netlify
7070 NETLIFY_AUTH_TOKEN : ${{ secrets.netlify-token }}
7171
7272 # NOTE: If Publishing to GitHub Pages, set the permissions correctly (see above).
7373 - name : Publish to GitHub Pages (and render)
7474 if : ${{ inputs.hosting-provider == 'gh-pages' }}
75- uses : quarto-dev/quarto-actions/publish@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
75+ uses : quarto-dev/quarto-actions/publish@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
7676 with :
7777 target : gh-pages
7878 env :
Original file line number Diff line number Diff line change @@ -34,21 +34,21 @@ jobs:
3434 uses : crate-ci/typos@626c4bedb751ce0b7f03262ca97ddda9a076ae1c # v1.39.2
3535
3636 - name : Set up Quarto
37- uses : quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
37+ uses : quarto-dev/quarto-actions/setup@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
3838
3939 # add software dependencies here
4040
4141 - name : Publish to Netlify (and render)
4242 if : ${{ inputs.hosting-provider == 'netlify' }}
43- uses : quarto-dev/quarto-actions/publish@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
43+ uses : quarto-dev/quarto-actions/publish@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
4444 with :
4545 target : netlify
4646 NETLIFY_AUTH_TOKEN : ${{ secrets.netlify-token }}
4747
4848 # NOTE: If Publishing to GitHub Pages, set the permissions correctly (see above).
4949 - name : Publish to GitHub Pages (and render)
5050 if : ${{ inputs.hosting-provider == 'gh-pages' }}
51- uses : quarto-dev/quarto-actions/publish@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
51+ uses : quarto-dev/quarto-actions/publish@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
5252 with :
5353 target : gh-pages
5454 env :
You can’t perform that action at this time.
0 commit comments