We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293baeb commit 9c95015Copy full SHA for 9c95015
2 files changed
.github/workflows/publish.yml
@@ -61,10 +61,10 @@ jobs:
61
rm -rf examples
62
63
- name: Upload artifact
64
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
65
with:
66
path: '_site'
67
68
- name: Deploy to GitHub Pages
69
id: deployment
70
- uses: actions/deploy-pages@main
+ uses: actions/deploy-pages@v3
_quarto.yml
@@ -137,8 +137,8 @@ quartodoc:
137
- ConditionalDimension
138
- SubDimension
139
- Grid
140
- - CustomTopology
141
- SubDomain
+ - CustomTopology
142
- Constant
143
- Function
144
- TimeFunction
0 commit comments