File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
- name : Build
19
19
uses : actions/jekyll-build-pages@v1
20
+ with :
21
+ source : " ./site"
20
22
21
23
- name : Upload artifact
22
24
uses : actions/upload-pages-artifact@v1
Original file line number Diff line number Diff line change 30
30
- uses : ./.github/workflows/site-workflow
31
31
32
32
- name : Check for internal absolute links
33
- run : bash -c "! grep -REi 'https?://(www.)?opentabletdriver.net' _site || exit 1"
33
+ run : bash -c "! grep -REi 'https?://(www.)?opentabletdriver.net' site/ _site || exit 1"
34
34
35
35
html-validation :
36
36
name : " Validate HTML"
Original file line number Diff line number Diff line change 1
- compiledSitePath = "./_site"
1
+ compiledSitePath = "./site/ _site"
2
2
3
3
task :htmlproofer do
4
4
require "html-proofer"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
6
6
7
7
declare -A testParams # [testName]=>"testArgs"
8
8
9
- testParams[" check-site-paths" ]=" ${PWD} ${PWD} /_site"
9
+ testParams[" check-site-paths" ]=" ${PWD} /site ${PWD} /site /_site"
10
10
11
11
for testName in " $TESTSDIR " /* ; do
12
12
name=" $( basename " $testName " ) "
You can’t perform that action at this time.
0 commit comments