We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5541b97 commit 18e8817Copy full SHA for 18e8817
.github/workflows/ci.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: bundle install
17
run: bundle install
18
- name: build website
19
- run: bundle exec jekyll build
+ run: bundle exec jekyll build --future
.github/workflows/preview.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
- run: bundle exec jekyll build --baseurl /firo-site/"$PREVIEW_PATH"
+ run: bundle exec jekyll build --future --baseurl /firo-site/"$PREVIEW_PATH"
31
- name: Deploy preview
32
uses: rossjrw/pr-preview-action@v1
33
with:
0 commit comments