Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/gh-pages.yml')
| -rw-r--r-- | .github/workflows/gh-pages.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8f086fd6..d5ccb0be 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,4 +1,4 @@ -name: GitHub Pages +name: Github Pages on: push: @@ -11,7 +11,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - name: Setup mdBook uses: peaceiris/actions-mdbook@v2 |