Skip to content

Commit

Permalink
ci: fix scripts path
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Oct 14, 2022
1 parent 875e0da commit c8b65e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
bundler-cache: true
- name: Get Posts
run: make -C _scripts
run: make -C scripts

- name: Build site
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
Expand Down

0 comments on commit c8b65e9

Please sign in to comment.