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
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: build
|
||||
run: cp -r dist test/test.html doc/.
|
||||
working-directory: ./
|
||||
#- name: build
|
||||
# run: cp -r dist doc/.
|
||||
# working-directory: ./
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: 'doc'
|
||||
path: '.'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue