We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a370034 commit 763d766Copy full SHA for 763d766
.github/workflows/jekyll.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/configure-pages@v5
45
- name: Build with Jekyll
46
# Outputs to the './_site' directory by default
47
- run: bundle exec jekyll build"
+ run: bundle exec jekyll build
48
env:
49
JEKYLL_ENV: production
50
- name: Upload artifact
0 commit comments