Skip to content

Commit a9b02c3

Browse files
committed
Attempt to trigger re-generation of rdl-datasets.json
This file is not updating in new deployments.
1 parent 7d3c39b commit a9b02c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
echo "branch: $BRANCH" > _config.ci.yml
5151
- name: Build with Jekyll
5252
# Outputs to the './_site' directory by default
53-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --config _config.ci.yml,_config.yml
53+
run: |
54+
rm -rf ./_site/*
55+
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --config _config.ci.yml,_config.yml
5456
env:
5557
JEKYLL_ENV: production
5658
PAGES_REPO_NWO: ${{ github.repository }}

0 commit comments

Comments
 (0)