Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yo Yehudi authored Sep 27, 2023
1 parent d7ec1f9 commit 12573d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Change to Jekyll directory
run: cd view && bundle install
- name: Copy sample data for public environment
run: cd view && mkdir _data && cp _sampledata/* -r _data && ls
run: cd view && mkdir _data && cp _sampledata/* -r _data && ls _sampledata
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 12573d3

Please sign in to comment.