added deployments
This commit is contained in:
parent
9a803b234d
commit
65ed597ee8
1 changed files with 0 additions and 3 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -61,7 +61,6 @@ jobs:
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: "./dist"
|
path: "./dist"
|
||||||
name: "github-pages"
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
environment:
|
environment:
|
||||||
|
@ -73,5 +72,3 @@ jobs:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v3
|
uses: actions/deploy-pages@v3
|
||||||
with:
|
|
||||||
artifact_name: "github-pages"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue