We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c67a1 commit 1933d26Copy full SHA for 1933d26
1 file changed
.github/workflows/deploy.yaml
@@ -13,6 +13,7 @@ permissions:
13
contents: read
14
pages: write
15
id-token: write
16
+ actions: read
17
18
jobs:
19
build:
@@ -21,7 +22,7 @@ jobs:
21
22
- name: Checkout your repository using git
23
uses: actions/checkout@v3
24
- name: Install, build, and upload your site
- uses: withastro/action@v0
25
+ uses: withastro/action@v2
26
# with:
27
# path: . # The root location of your Astro project inside the repository. (optional)
28
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
0 commit comments