Skip to content

Commit b4be002

Browse files
committed
Fix GHA indentation errors
1 parent 7c05220 commit b4be002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
test -f docs/_site/examples/barchart/BarChart.js &&
5858
test -f docs/_site/examples/time-series/TimeSeriesChart.js
5959
60-
- name: Setup Pages
60+
- name: Setup Pages
6161
uses: actions/configure-pages@v5
6262

6363
- name: Upload docs/ artifact
6464
uses: actions/upload-pages-artifact@v3
6565
with:
6666
path: "./docs/_site"
6767

68-
- name: Deploy to GitHub Pages
68+
- name: Deploy to GitHub Pages
6969
id: deployment
7070
uses: actions/deploy-pages@v4
7171

0 commit comments

Comments
 (0)