mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p build_docs && cd build_docs
|
||||
cmake ../docs && cmake --build . --target docs
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
|
||||
@@ -38,6 +39,9 @@ jobs:
|
||||
with:
|
||||
path: build_docs/html
|
||||
name: docs-develop # TODO: use x.y.z for `release/x.y.z` branches and `develop` for latest dev docs
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v3
|
||||
uses: actions/deploy-pages@v4
|
||||
with:
|
||||
artifact_name: docs-develop
|
||||
|
||||
Reference in New Issue
Block a user