diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index a750faf..87936e6 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -1,7 +1,7 @@ name: website on: push: - branches: [ "main" ] + branches: ["main"] workflow_dispatch: permissions: @@ -32,11 +32,11 @@ jobs: -DINCLUDEJS_DOCS:BOOL=ON - run: cmake --build ./build --config Release --target doxygen - name: Setup Pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./build/website - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4