diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-18 02:19:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 02:19:46 +0300 |
commit | 9c60d26d96906fcce6dc0e29ae4f18f949d5303f (patch) | |
tree | 0e0aaf457577fa2248ed7dc16fba610ff3f0e338 | |
parent | 2e03507e5a4bac06350f234ff93cebe4a71368cd (diff) |
replace temporary action for generating docs (#105)
-rw-r--r-- | .github/workflows/update-documentation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 0f50c29..7c3e160 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -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" |