aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-12-16 23:47:54 -0700
committerGitHub <noreply@github.com>2023-12-16 23:47:54 -0700
commit138a47bfff903801ab8f1dc9b1e5fe58af48305e (patch)
treeb6dd0d1e52502766979e570002836ed08386c783 /.github
parent842e83977280392d7e069fe2ed8a07ff6cf3cf81 (diff)
Update build_docs.yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_docs.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml
index ef8f8cf..e74742f 100644
--- a/.github/workflows/build_docs.yaml
+++ b/.github/workflows/build_docs.yaml
@@ -21,6 +21,10 @@ jobs:
steps:
- name: Get da Code
uses: actions/checkout@v4
+ - name: Setup Swift
+ uses: swift-actions/setup-swift@v1.25.0
+ with:
+ swift-version: '5.9'
- name: Swift Package Documentation Generator
uses: sersoft-gmbh/swifty-docs-action@v3.0.0
with: