We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636c021 commit c583691Copy full SHA for c583691
1 file changed
.github/workflows/static.yml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["main"]
+ branches: ["2.0.0"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/upload-pages-artifact@v3
38
with:
39
# Upload entire repository
40
- path: 'docs/_build/html'
+ path: 'site'
41
- name: Deploy to GitHub Pages
42
id: deployment
43
uses: actions/deploy-pages@v4
0 commit comments