Skip to content

Commit

Permalink
docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastacyclop committed Feb 17, 2024
1 parent f3079c9 commit 36ac59a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install cmake
run: sudo apt-get install cmake
- name: Checkout submodules
run: |
git submodule init
git submodule update
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 36ac59a

Please sign in to comment.