Skip to content

Commit

Permalink
Move demo to a subdir in pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Sep 9, 2023
1 parent 28fb29b commit f32f5f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup pages
uses: actions/configure-pages@v3
run: |
mkdir ./pages
mv ./demo-web ./pages/demo
- name: Upload page artifact
uses: actions/upload-pages-artifact@v2
with:
path: './demo-web/'
path: './pages/'
- name: Deploy demo to pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit f32f5f0

Please sign in to comment.