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:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- name: Checkout
uses: actions/checkout@v3