diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 9f8ee6d..1674354 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -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