We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c0ffb commit ba2273dCopy full SHA for ba2273d
.github/workflows/jekyll.yml
@@ -43,6 +43,8 @@ jobs:
43
- name: Setup Pages
44
id: pages
45
uses: actions/configure-pages@v5
46
+ - name: Install
47
+ uses: pandoc/actions/setup@v1
48
- name: Build with Jekyll
49
# Outputs to the './_site' directory by default
50
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
0 commit comments