diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2025-01-24 15:52:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-24 15:52:52 +0100 |
| commit | 7066dbce1ff7844d98f7279117e3b972ad195b2e (patch) | |
| tree | 014cb5976b263dc4d29c922467ca74f4bd6b8311 /.github/workflows/pages.yml | |
| parent | be9698483f8e7891b5c2d562eaeac9dd3edbf9d8 (diff) | |
Updated all out of date github actions (#298)
Diffstat (limited to '.github/workflows/pages.yml')
| -rw-r--r-- | .github/workflows/pages.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index b2835397..7a232650 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -26,7 +26,7 @@ jobs: cache-dependency-path: site/package-lock.json - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Install dependencies run: npm ci - name: Build with Docusaurus @@ -35,7 +35,7 @@ jobs: DOCUSAURUS_URL: ${{ steps.pages.outputs.origin }} DOCUSAURUS_BASE_PATH: ${{ steps.pages.outputs.base_path }}/ - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: ./site/build @@ -54,4 +54,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 |
