work in progress [might break]
This commit is contained in:
parent
6018bbfbc0
commit
87fe326936
2 changed files with 7 additions and 7 deletions
8
.github/workflows/website.yml
vendored
8
.github/workflows/website.yml
vendored
|
|
@ -33,13 +33,13 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: build
|
#- name: build
|
||||||
run: cp -r dist test/test.html doc/.
|
# run: cp -r dist doc/.
|
||||||
working-directory: ./
|
# working-directory: ./
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
path: 'doc'
|
path: '.'
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v2
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue