Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nvukobratTT committed Aug 15, 2024
1 parent f4fcd25 commit 28c06dc
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,18 @@ jobs:
with:
fetch-depth: 0 # Fetch all history and tags

- name: Build TT-Forge
shell: bash
run: |
source env/activate
cmake -G Ninja -B build .
cmake --build build
# cmake -B build -S ${{ github.workspace }}
- name: Install mdBook
shell: bash
run: |
# curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
# rustup update
source env/activate
apt install cargo -y
cargo install --version ${MDBOOK_VERSION} mdbook
# export PATH="/localdev/nvukobrat/.cargo/bin:$PATH"
Expand All @@ -47,14 +54,6 @@ jobs:
id: pages
uses: actions/configure-pages@v5

- name: Build TT-Forge
shell: bash
run: |
source env/activate
cmake -G Ninja -B build .
cmake --build build
# cmake -B build -S ${{ github.workspace }}
- name: Build Docs
shell: bash
run: |
Expand Down

0 comments on commit 28c06dc

Please sign in to comment.