Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 5, 2024
1 parent 9026177 commit 3101ae3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ jobs:

- name: Install Jekyll and Bundler
run: |
gem install jekyll bundler
cd docs # Navigate to the directory containing the Gemfile
bundle install
- name: Build Jekyll site
run: bundle exec jekyll build --source ./docs --destination ./site/main
run: |
cd docs # Ensure we're in the right directory
bundle exec jekyll build --destination ../site/main
- name: Install Doxygen
run: sudo apt-get install doxygen -y
Expand Down

0 comments on commit 3101ae3

Please sign in to comment.