Skip to content

Commit c583691

Browse files
Update static.yml
1 parent 636c021 commit c583691

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main"]
7+
branches: ["2.0.0"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-pages-artifact@v3
3838
with:
3939
# Upload entire repository
40-
path: 'docs/_build/html'
40+
path: 'site'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
4343
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)