Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 committed Jun 24, 2024
1 parent 1385d0c commit 63c5e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- run: npm run build -- --configuration=production
- run: |
cp dist/a2agc/index.html dist/a2agc/404.html
mkdir -p dist/assets/generated/
cp CHANGELOG.md dist/assets/generated/
mkdir -p dist/a2agc/assets/generated/
cp CHANGELOG.md dist/a2agc/assets/generated/
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 63c5e12

Please sign in to comment.