Skip to content

Commit

Permalink
Dead links action fix 2 (#366)
Browse files Browse the repository at this point in the history
* Changing version format

* Changed to doc folder before bundle install

Co-authored-by: Dimitris-Ilias Gkanatsios <dgkanatsios@outlook.com>
  • Loading branch information
javier-op and dgkanatsios authored Aug 4, 2022
1 parent fef644e commit b0e647b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pages-check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:

- name: Setup Rubygems, Bundler, jekyll
run: |
cd docs/
gem update --system --no-document
gem update bundler --no-document
gem install jekyll bundler
bundle install
- name: Build jekyll website with drafts
run: |
cd docs/
bundle exec jekyll build --drafts
run: bundle exec jekyll build --drafts

- name: Check for broken links
run: bundle exec htmlproofer --log-level :debug ./_site --swap-urls '^/thundernetes/:/' --ignore-status-code 403

0 comments on commit b0e647b

Please sign in to comment.