diff options
| author | 2025-02-24 09:42:52 +0300 | |
|---|---|---|
| committer | 2025-02-24 08:48:05 +0100 | |
| commit | a39ab2595d685526a6fb13f9caba7317a2686a7d (patch) | |
| tree | 1a6d71748a9bf0c6e937309ac067facc5459354f /.github/workflows | |
| parent | Update README.md.template (diff) | |
| download | zig-clap-a39ab2595d685526a6fb13f9caba7317a2686a7d.tar.gz zig-clap-a39ab2595d685526a6fb13f9caba7317a2686a7d.tar.xz zig-clap-a39ab2595d685526a6fb13f9caba7317a2686a7d.zip | |
chore: bump deploy-pages action version
Diffstat (limited to '.github/workflows')
| -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 }} |