Skip to content

Commit

Permalink
Update build-runbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesde authored Jun 28, 2023
1 parent a68e9f6 commit cbcb70f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-runbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
markdownlint **/*.mdx
npm run build
# - name: Validate docs
# run: |
# docker run --rm -d --name gatsby -p 8888:80 -v $(pwd)/public:/usr/local/apache2/htdocs$SITE_PREFIX httpd:2.4
# linkchecker http://$(hostname -f):8888$SITE_PREFIX --config=./linkcheckerrc
- name: Validate docs
run: |
docker run --rm -d --name gatsby -p 8888:80 -v $(pwd)/public:/usr/local/apache2/htdocs$SITE_PREFIX httpd:2.4
linkchecker http://$(hostname -f):8888$SITE_PREFIX --config=./linkcheckerrc
- name: Deploy Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit cbcb70f

Please sign in to comment.