Skip to content

Commit

Permalink
Simplification.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Feb 1, 2024
1 parent 978cc6e commit c18e375
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
uses: actions/configure-pages@v4
- run: env | sort
- run: make dev-doc
- env:
CI_PAGES_URL: ${{ steps.pages.outputs.base_url }}
run: make doc
- run: CI_PAGES_URL=${{ steps.pages.outputs.base_url }} make doc
- name: Upload changelog
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c18e375

Please sign in to comment.