We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9fa0d commit 9d3950bCopy full SHA for 9d3950b
1 file changed
.github/workflows/ci.yml
@@ -12,17 +12,17 @@ jobs:
12
with:
13
go-version: 1.13.x
14
15
- - name: Setup Hugo
16
- run: make hugo
17
-
18
- name: Checkout
19
uses: actions/checkout@v1
20
21
- name: Test URLs on production
22
run: go run scripts/test-urls.go https://fromcodetoprod.com/
23
+ - name: Setup Hugo
+ run: make hugo
+
24
- name: Serve local version
25
- run: make serve
+ run: make serve &
26
27
- name: Wait
28
run: sleep 1
0 commit comments