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