Skip to content

Commit

Permalink
Merge pull request #68 from rnpgp/67-missing-manual-page
Browse files Browse the repository at this point in the history
Fix build action
  • Loading branch information
kwkwan authored Aug 23, 2023
2 parents 7735612 + 0740408 commit fe49025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: make _site
env:
JEKYLL_ENV: production

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: make _site
env:
JEKYLL_ENV: production

Expand Down

0 comments on commit fe49025

Please sign in to comment.