diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-03-16 02:03:11 +0100 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2024-04-25 22:05:39 +0100 |
| commit | c554962f81153e7d1d8f9e9d01f447374b8210c1 (patch) | |
| tree | 3e4a85209ee063af68897d5612dd89a76f0a2139 /.github/workflows/docs.yml | |
| parent | 1b84913bed2c6ef88a5336fa18b5ec8d23af7d33 (diff) | |
Fix docs workflow
Update actions/deploy-pages to v4
Diffstat (limited to '.github/workflows/docs.yml')
| -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 5d404047..f53dcff5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -59,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2
\ No newline at end of file + uses: actions/deploy-pages@v4 |
