diff options
Diffstat (limited to '.github')
| -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 2e99a58..689ecdb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml | |||
| @@ -41,7 +41,7 @@ jobs: | |||
| 41 | steps: | 41 | steps: |
| 42 | - name: Deploy to GitHub Pages | 42 | - name: Deploy to GitHub Pages |
| 43 | id: deployment | 43 | id: deployment |
| 44 | uses: actions/deploy-pages@v3 | 44 | uses: actions/deploy-pages@v4 |
| 45 | environment: | 45 | environment: |
| 46 | name: github-pages | 46 | name: github-pages |
| 47 | url: ${{ steps.deployment.outputs.page_url }} | 47 | url: ${{ steps.deployment.outputs.page_url }} |