Skip to content

Commit

Permalink
Merge pull request #180 from thc202/add-cd-workflow
Browse files Browse the repository at this point in the history
Add missing `cd` in workflow step
  • Loading branch information
psiinon authored Oct 9, 2023
2 parents 73c67ff + 74cf714 commit e900adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
npm run build
- name: Build API docs
run: |
cd zap-api-docs
gem install bundler
bundle install
bundle exec middleman build --clean
Expand Down

0 comments on commit e900adc

Please sign in to comment.