Skip to content

Commit

Permalink
idk anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Yo Yehudi authored Sep 27, 2023
1 parent b213f3b commit c44e72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: 'Change to Jekyll directory'
run: cd view && bundle install
run: cd view && bundle install && mkdir _data && cp _sampledata/* -r _data

# Copy sample data
copy-data:
needs: setup-env
runs-on: ubuntu-latest
steps:
- name: Copy sample data for public environment
run: ls && mkdir _data && cp _sampledata/* -r _data
run: echo "bob"

# Build view
build-view:
Expand Down

0 comments on commit c44e72c

Please sign in to comment.