We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf38fa5 commit 249cc88Copy full SHA for 249cc88
.github/workflows/docs.yml
@@ -31,10 +31,10 @@ jobs:
31
- name: Checkout
32
uses: actions/checkout@v4
33
- name: Install, build, and upload your site output
34
- uses: withastro/action@v1
+ uses: withastro/action@v3
35
with:
36
path: ./docs
37
# package-manager: npm
38
- name: Deploy to GitHub Pages
39
id: deployment
40
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4
0 commit comments