Skip to content

Commit

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

0 comments on commit 1385d0c

Please sign in to comment.