Skip to content

Commit

Permalink
chore: publish reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Sep 18, 2024
1 parent 29a12a3 commit 917f24a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-reference-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
run: git checkout main

- name: Generate New Release Reference Docs
run: gradle -p code dokkaHtml -Ddokka-old-versions.location=${{ runner.temp }}/older -Ddokka-assets.location=${{ runner.temp }}/assets
run: |
# show all files in the current directory
ls -la
gradle -p code dokkaHtml -Ddokka-old-versions.location=${{ runner.temp }}/older -Ddokka-assets.location=${{ runner.temp }}/assets
- name: Extract and Store Newly Generated Docs Version Number
run: echo "NEW_DOCS_VERSION=$(jq -r '.version' code/target/dokka/version.json)" >> $GITHUB_ENV
Expand Down

0 comments on commit 917f24a

Please sign in to comment.