We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bd270 commit 89e6b63Copy full SHA for 89e6b63
.github/workflows/update-docs.yml
@@ -14,6 +14,8 @@ jobs:
14
run: |
15
sudo apt update && \
16
sudo apt install -y libgtk-4-dev clang
17
+ - name: Swift Version
18
+ run: swift --version
19
- name: Compile Docs
20
21
set -eux
@@ -39,7 +41,8 @@ jobs:
39
41
--output-path gh-pages/docs \
40
42
--source-service github \
43
--source-service-base-url https://github.com/stackotter/swift-cross-ui/blob/main \
- --checkout-path $(pwd)
44
+ --checkout-path $(pwd) \
45
+ --verbose
46
47
CURRENT_COMMIT_HASH=`git rev-parse --short HEAD`
48
0 commit comments