trying this
This commit is contained in:
parent
84c82ee8e4
commit
745432760b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/static.yml
vendored
3
.github/workflows/static.yml
vendored
|
|
@ -36,8 +36,7 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
# Upload entire repository
|
path: './public'
|
||||||
path: '.'
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue