Skip to content

Commit

Permalink
just copy other folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hoseyjoe authored Nov 4, 2023
1 parent 3e3b49a commit 492d05f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy
run: |
cp -r build/html5/ docs/
#- name: Copy
# run: |
# cp -r build/html5/ docs/

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: 'docs'
path: 'build/html5/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 492d05f

Please sign in to comment.