Skip to content

Commit

Permalink
don't fail on check link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Apr 19, 2024
1 parent 32721cf commit 29e24f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
cache-from: type=gha
tags: spinaldoc-pdf
file: pdf.Dockerfile
- name: Check links
run: docker run --rm -u $(id -u $USER):$(id -g $USER) -v $PWD:/docs -e sphinx_html_baseurl -e sphinx_github_url spinaldoc-pdf make linkcheck
- name: Build zh-cn translated doc
run: docker run --rm -u $(id -u $USER):$(id -g $USER) -v $PWD:/docs -e sphinx_html_baseurl -e sphinx_github_url spinaldoc-pdf sphinx-build -b html -D language=zh_CN ./source/ docs/html/zh_CN
- name: Build multiversioned doc
Expand Down

0 comments on commit 29e24f1

Please sign in to comment.