Skip to content

Commit

Permalink
Fix II
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Jan 9, 2025
1 parent 6ba6644 commit 6841ef9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: dependencies-licenses
path: target/site
path: target/reports

- name: Generate docs/dependencies dir
run: mkdir -p docs/dependencies

- name: Move built files into docs/dependencies
run: mv target/site/* docs/dependencies
run: mv target/reports/* docs/dependencies

- name: Rename dependencies.html to index.html
working-directory: docs/dependencies
Expand All @@ -52,3 +52,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
enable_jekyll: true
force_orphan: true

0 comments on commit 6841ef9

Please sign in to comment.