mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:55:56 +00:00
fix(deploy action): remove relative dir . with absolute build path
This commit is contained in:
parent
e85b9900ea
commit
7aa10e9f26
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- uses: actions/configure-pages@v2
|
||||
- uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: ./dist
|
||||
path: dist
|
||||
- name: 🪗 Deploy to GitHub pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user