Skip to content

Commit

Permalink
Merge pull request #2818 from Blargian/fix_linkcheck_action
Browse files Browse the repository at this point in the history
Fix failing link check Github action
  • Loading branch information
gingerwizard authored Nov 22, 2024
2 parents f75ca5a + b4be331 commit 0b4cbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: move html files in place
# Because our doc root is `/docs` and not `/` the generated
# HTML must be moved uner `/docs` for htmltest to work.
# HTML must be moved under `/docs` for htmltest to work.
run: |
mkdir build/docs
mkdir -p build/docs
cd build
mv en js ru zh css images assets img opensearch.xml category docs
Expand Down

0 comments on commit 0b4cbad

Please sign in to comment.