Skip to content

Commit

Permalink
comment out astro args
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed May 14, 2024
1 parent 44217f1 commit afc1749
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-gh-pages-astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
fetch-depth: 1
- name: Install, build, and upload your site output
uses: withastro/action@v2
with:
path: .
node-version: 20.12.2
package-manager: yarn@latest
# with:
# path: .
# node-version: 20.12.2
# package-manager: yarn@latest

deploy:
needs: build-astro
Expand Down

0 comments on commit afc1749

Please sign in to comment.