mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Updated withastro/action to v3 + took out code comment
This commit is contained in:
parent
e3bd359155
commit
ab686c262d
1 changed files with 3 additions and 7 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -21,11 +21,7 @@ jobs:
|
|||
- name: Checkout your repository using git
|
||||
uses: actions/checkout@v4
|
||||
- name: Install, build, and upload your site
|
||||
uses: withastro/action@v2
|
||||
# with:
|
||||
# path: . # The root location of your Astro project inside the repository. (optional)
|
||||
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
|
||||
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
|
||||
uses: withastro/action@v3
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
|
|
Loading…
Reference in a new issue