Skip to content

Commit

Permalink
minor changes to deploy.yml to work with new repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
coloshword committed Oct 24, 2024
1 parent 805c35b commit 10bdae6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ jobs:
exit 1
fi
- name: Copy index.html and tester.js to dist
- name: Copy module.html to dist as index.html
run: |
cp index.html dist/
cp tester.js dist/
cp ./examples/module.html ./dist/index.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./dist
publish_dir: ./dist

0 comments on commit 10bdae6

Please sign in to comment.