Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Dec 20, 2023
1 parent 293baeb commit 9c95015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
rm -rf examples
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: '_site'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@v3
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ quartodoc:
- ConditionalDimension
- SubDimension
- Grid
- CustomTopology
- SubDomain
- CustomTopology
- Constant
- Function
- TimeFunction
Expand Down

0 comments on commit 9c95015

Please sign in to comment.