diff options
| author | 2025-10-06 01:31:48 +0800 | |
|---|---|---|
| committer | 2025-10-06 01:31:48 +0800 | |
| commit | 22557ab6f02f11e9e480d4df5c61509b70f5dc0e (patch) | |
| tree | fa9beed542d6a94db3be817de8b9ec3f967a220f /.github/workflows | |
| parent | 0feea294ff710a682395208fed0580d9aa9d730a (diff) | |
| download | OneRoll-22557ab6f02f11e9e480d4df5c61509b70f5dc0e.tar.gz OneRoll-22557ab6f02f11e9e480d4df5c61509b70f5dc0e.zip | |
fix: correct action version for GitHub Pages deployment in workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ab5a60b..462872d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: - name: Deploy to GitHub Pages if: github.ref == 'refs/heads/main' - uses: peaceiris/actions-gh-pagesBOT + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.BOT_TOKEN }} publish_dir: ./docs/_build/html |
