Skip to content

Commit cbcb70f

Browse files
authored
Update build-runbook.yml
1 parent a68e9f6 commit cbcb70f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-runbook.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
markdownlint **/*.mdx
4242
npm run build
4343
44-
# - name: Validate docs
45-
# run: |
46-
# docker run --rm -d --name gatsby -p 8888:80 -v $(pwd)/public:/usr/local/apache2/htdocs$SITE_PREFIX httpd:2.4
47-
# linkchecker http://$(hostname -f):8888$SITE_PREFIX --config=./linkcheckerrc
44+
- name: Validate docs
45+
run: |
46+
docker run --rm -d --name gatsby -p 8888:80 -v $(pwd)/public:/usr/local/apache2/htdocs$SITE_PREFIX httpd:2.4
47+
linkchecker http://$(hostname -f):8888$SITE_PREFIX --config=./linkcheckerrc
4848
4949
- name: Deploy Pages
5050
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)