We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429f379 commit ad82da6Copy full SHA for ad82da6
1 file changed
.github/workflows/pages-deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
# Chirpy-specific steps (these run bash scripts to generate extra files like tags/categories)
34
- name: Build Chirpy extras
35
run: |
36
- bash tools/run.sh -r # Or similar; generates _site-ready files
+ bash tools/run.sh # Or similar; generates _site-ready files
37
38
- name: Build with Jekyll
39
run: bundle exec jekyll build --verbose # Builds the static site
0 commit comments