Skip to content

Commit 89e6b63

Browse files
committed
Debug update-docs GitHub Actions workflow
1 parent e6bd270 commit 89e6b63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
run: |
1515
sudo apt update && \
1616
sudo apt install -y libgtk-4-dev clang
17+
- name: Swift Version
18+
run: swift --version
1719
- name: Compile Docs
1820
run: |
1921
set -eux
@@ -39,7 +41,8 @@ jobs:
3941
--output-path gh-pages/docs \
4042
--source-service github \
4143
--source-service-base-url https://github.com/stackotter/swift-cross-ui/blob/main \
42-
--checkout-path $(pwd)
44+
--checkout-path $(pwd) \
45+
--verbose
4346
4447
CURRENT_COMMIT_HASH=`git rev-parse --short HEAD`
4548

0 commit comments

Comments
 (0)