Skip to content

Commit

Permalink
maybe the tree is correct now
Browse files Browse the repository at this point in the history
but who knows, heh
  • Loading branch information
Yo Yehudi authored Sep 27, 2023
1 parent b28784e commit d7100ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

# Copy sample data
copy-data:
needs: setup-env
runs-on: ubuntu-latest
steps:
- name: Copy sample data for public environment
Expand All @@ -52,7 +53,7 @@ jobs:
# Build view
build-view:
runs-on: ubuntu-latest
needs: [setup-env, copy-data]
needs: copy-data
steps:
- name: Setup Pages
id: pages
Expand Down

0 comments on commit d7100ac

Please sign in to comment.