Skip to content

Commit

Permalink
fix: cleanup docs generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jul 3, 2024
1 parent 367e397 commit 62a9b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: mvn -f code dokka:dokka -Ddokka-old-versions.location=${{ runner.temp }}/older

- name: Store and Extract Newly Generated Docs Version Number
run: echo "NEW_DOCS_VERSION=$(jq -r '.version' version.json)" >> $GITHUB_ENV
run: echo "NEW_DOCS_VERSION=$(jq -r '.version' code/target/dokka/version.json)" >> $GITHUB_ENV

- name: Move Newly Generated Docs to Temporary Workspace
run: mv code/target/dokka ${{ runner.temp }}/${{ env.NEW_DOCS_VERSION }}
Expand Down

0 comments on commit 62a9b7d

Please sign in to comment.