We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1e592 commit f562c0fCopy full SHA for f562c0f
1 file changed
.github/workflows/static.yml
@@ -5,8 +5,8 @@ on:
5
# Runs on pushes targeting the default branch
6
push:
7
branches: ["main"]
8
- paths:
9
- - "docs/html/*"
+ paths:
+ - "docs/html/*"
10
11
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
12
permissions:
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/upload-pages-artifact@v3
37
with:
38
# Upload entire repository
39
- path: './docs/html/'
+ path: "./docs/html/"
40
- name: Deploy to GitHub Pages
41
id: deployment
42
uses: actions/deploy-pages@v4
0 commit comments