diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef172b1b19c..43579be5d57 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,14 +1,12 @@ name: Deploy on: push: - branches: - - master jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install mdbook @@ -20,7 +18,7 @@ jobs: run: | ./generate-book.py - name: Upload Artifact - uses: actions/upload-pages-artifact@v1.0.8 + uses: actions/upload-pages-artifact@v3.0.1 with: path: ./book @@ -38,4 +36,4 @@ jobs: runs-on: ubuntu-latest steps: - id: deployment - uses: actions/deploy-pages@v2.0.0 + uses: actions/deploy-pages@v4.0.4