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 de29be6 commit 97a0ddc
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,29 @@ jobs:
with:
fetch-depth: 0 # Fetch all history and tags

# - name: Install mdBook
# run: |
# curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
# rustup update
# cargo install --version ${MDBOOK_VERSION} mdbook

# - name: Set up Homebrew
# uses: homebrew/actions/setup-homebrew@master

# - name: Install Doxygen
# run: brew install doxygen
- name: Install mdBook
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install --version ${MDBOOK_VERSION} mdbook
# export PATH="/localdev/nvukobrat/.cargo/bin:$PATH"
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5

- name: Build the docs
- name: Build TT-Forge
shell: bash
run: |
source env/activate
cmake -B build -S ${{ github.workspace }}
cmake --build build -- doxygen
cmake -G Ninja -B build .
# cmake -B build -S ${{ github.workspace }}
- name: Build Docs
shell: bash
run: |
cmake --build build -- docs
# cmake --build build -- doxygen
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 97a0ddc

Please sign in to comment.