Skip to content

Commit

Permalink
Merge pull request #7 from techno-robocup/pending
Browse files Browse the repository at this point in the history
fixed config
  • Loading branch information
techno-robocup authored Aug 1, 2024
2 parents ebae2f7 + 853e03e commit b678bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --config _config.yml,_config_github_pages.yml"
run: bundle exec jekyll build --config _config.yml,_config_github_pages.yml
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit b678bcf

Please sign in to comment.