This commit is contained in:
Ben C 2023-12-01 12:52:25 -05:00
parent d77eaee13e
commit 5bee43d7dd
No known key found for this signature in database

View File

@ -26,6 +26,9 @@ 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