diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 23:43:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 23:43:57 -0700 |
commit | 842e83977280392d7e069fe2ed8a07ff6cf3cf81 (patch) | |
tree | fbfa2bcee9d7b9ed2e61d9ec01b17ddf52e451a8 | |
parent | 11d4a68052daa34aa271bd732d827f05b7a0d74b (diff) |
Update build_docs.yaml
-rw-r--r-- | .github/workflows/build_docs.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index fbab537..ef8f8cf 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -19,6 +19,8 @@ jobs: generate-and-publish-docs: runs-on: macOS-latest steps: + - name: Get da Code + uses: actions/checkout@v4 - name: Swift Package Documentation Generator uses: sersoft-gmbh/swifty-docs-action@v3.0.0 with: |