mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Configure Pages build for mdBook artifact
This commit is contained in:
parent
888c6da633
commit
773b474bf8
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -376,6 +376,9 @@ jobs:
|
||||
run: touch target/book/.nojekyll
|
||||
- name: Check links
|
||||
run: mdbook-linkcheck -s book
|
||||
- name: Setup Pages
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
uses: actions/configure-pages@v4
|
||||
- name: Upload book artifact for Pages
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user