We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c05220 commit b4be002Copy full SHA for b4be002
.github/workflows/publish.yml
@@ -57,15 +57,15 @@ jobs:
57
test -f docs/_site/examples/barchart/BarChart.js &&
58
test -f docs/_site/examples/time-series/TimeSeriesChart.js
59
60
- - name: Setup Pages
+ - name: Setup Pages
61
uses: actions/configure-pages@v5
62
63
- name: Upload docs/ artifact
64
uses: actions/upload-pages-artifact@v3
65
with:
66
path: "./docs/_site"
67
68
- - name: Deploy to GitHub Pages
+ - name: Deploy to GitHub Pages
69
id: deployment
70
uses: actions/deploy-pages@v4
71
0 commit comments