Skip to content

Commit 90e7a6e

Browse files
committed
fix links
1 parent 60003dd commit 90e7a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: go test -v -p 1 -parallel 1 -failfast ./...
9797

9898
test-postgresql-ubuntu:
99-
if: true # false to skip job during debug
99+
if: false # false to skip job during debug
100100
name: Test and Build on Ubuntu
101101
runs-on: ubuntu-latest
102102
steps:
@@ -171,7 +171,7 @@ jobs:
171171
run: go install github.com/johnstarich/go/[email protected]
172172

173173
- name: Build Developer Docs
174-
run: gopages -out "docs/godoc" -base "/devel/godoc" -internal
174+
run: gopages -out "docs/godoc" -base "/pg_timetable/devel/godoc" -internal
175175

176176
- name: Set up Python
177177
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)