Skip to content

Commit

Permalink
Update deploy-doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglun authored Sep 14, 2023
1 parent 87067d1 commit a8e7e9d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: Go to Docs
run: cd ./docs
- name: Install, build, and upload your site
uses: withastro/action@v0
# with:
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
# package-manager: yarn # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
with:
path: ./docs # The root location of your Astro project inside the repository. (optional)
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
package-manager: pnpm # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)

deploy:
needs: build
Expand Down

0 comments on commit a8e7e9d

Please sign in to comment.