Skip to content

Commit

Permalink
Added missing mkdocs build step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Jan 3, 2024
1 parent 4988ded commit e093251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-to-amplify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
gem update --system
- name: Install Ruby Bundles
run: bundle install

- name: Build the docs site
run: mkdocs build

- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --config '_config.yml' --baseurl "${{ steps.pages.outputs.base_path }}"
Expand Down

0 comments on commit e093251

Please sign in to comment.