We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3c39b commit a9b02c3Copy full SHA for a9b02c3
.github/workflows/github-pages.yml
@@ -50,7 +50,9 @@ jobs:
50
echo "branch: $BRANCH" > _config.ci.yml
51
- name: Build with Jekyll
52
# 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
+ run: |
54
+ rm -rf ./_site/*
55
+ bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --config _config.ci.yml,_config.yml
56
env:
57
JEKYLL_ENV: production
58
PAGES_REPO_NWO: ${{ github.repository }}
0 commit comments