mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-08 21:48:05 -05:00
fix pah
This commit is contained in:
3
.github/workflows/build_deploy_master.yml
vendored
3
.github/workflows/build_deploy_master.yml
vendored
@@ -29,10 +29,9 @@ jobs:
|
||||
- name: Upload artifact 📡
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: ./out
|
||||
path: out
|
||||
|
||||
- name: Publish to GitHub Pages 🚀
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
#- name: Deploy to gh-pages branch
|
||||
|
||||
3
.github/workflows/build_dev.yml
vendored
3
.github/workflows/build_dev.yml
vendored
@@ -35,10 +35,9 @@ jobs:
|
||||
- name: Upload artifact 📡
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: ./out
|
||||
path: out
|
||||
|
||||
- name: Publish to GitHub Pages 🚀
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
#- name: Deploy to gh-pages-dev branch
|
||||
|
||||
Reference in New Issue
Block a user