Skip to content

Commit

Permalink
✅fix: workflow to generate link status page
Browse files Browse the repository at this point in the history
  • Loading branch information
xxrjun committed Apr 26, 2024
1 parent a863a18 commit d8efcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-status-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: .
destination_dir: link-status-report
keep_files: true

0 comments on commit d8efcce

Please sign in to comment.