Skip to content

Commit 1933d26

Browse files
committed
pipeline file changes
1 parent 18c67a1 commit 1933d26

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
contents: read
1414
pages: write
1515
id-token: write
16+
actions: read
1617

1718
jobs:
1819
build:
@@ -21,7 +22,7 @@ jobs:
2122
- name: Checkout your repository using git
2223
uses: actions/checkout@v3
2324
- name: Install, build, and upload your site
24-
uses: withastro/action@v0
25+
uses: withastro/action@v2
2526
# with:
2627
# path: . # The root location of your Astro project inside the repository. (optional)
2728
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)

0 commit comments

Comments
 (0)