This commit is contained in:
Ben C 2023-12-01 12:59:03 -05:00
parent 8b13cc0ad6
commit 819f5340bf
No known key found for this signature in database

View File

@ -27,9 +27,6 @@ concurrency:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -43,6 +40,7 @@ jobs:
uses: withastro/action@v1 uses: withastro/action@v1
with: with:
path: ./docs path: ./docs
package-manager: npm
deploy: deploy:
needs: build needs: build