Skip to content

Commit 9c95015

Browse files
committed
update action
1 parent 293baeb commit 9c95015

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
rm -rf examples
6262
6363
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v1
64+
uses: actions/upload-pages-artifact@v2
6565
with:
6666
path: '_site'
6767

6868
- name: Deploy to GitHub Pages
6969
id: deployment
70-
uses: actions/deploy-pages@main
70+
uses: actions/deploy-pages@v3

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ quartodoc:
137137
- ConditionalDimension
138138
- SubDimension
139139
- Grid
140-
- CustomTopology
141140
- SubDomain
141+
- CustomTopology
142142
- Constant
143143
- Function
144144
- TimeFunction

0 commit comments

Comments
 (0)