replace temporary action for generating docs (#105)

This commit is contained in:
Josh Spicer 2022-08-17 19:19:46 -04:00 committed by GitHub
parent 2e03507e5a
commit 9c60d26d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Generate Documentation
uses: ./.github/devcontainers-action # devcontainers/action
uses: devcontainers/action@v1
with:
generate-docs: "true"
base-path-to-features: "./src"