work in progress [might break]
This commit is contained in:
parent
6018bbfbc0
commit
87fe326936
|
@ -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…
Reference in New Issue