summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Jora Troosh2025-02-24 09:42:52 +0300
committerGravatar Komari Spaghetti2025-02-24 08:48:05 +0100
commita39ab2595d685526a6fb13f9caba7317a2686a7d (patch)
tree1a6d71748a9bf0c6e937309ac067facc5459354f /.github/workflows
parentUpdate README.md.template (diff)
downloadzig-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.yml2
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 }}