We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c166c commit f535ae7Copy full SHA for f535ae7
1 file changed
.github/workflows/build.yaml
@@ -75,8 +75,8 @@ jobs:
75
76
- name: Build website
77
run: |
78
- bundle exec references:openfact INSTALLPATH=docs
79
- bundle exec references:openvox INSTALLPATH=docs
+ bundle exec rake references:openfact INSTALLPATH=docs
+ bundle exec rake references:openvox INSTALLPATH=docs
80
bundle exec jekyll build
81
- name: Archive website
82
0 commit comments