Skip to content

Commit

Permalink
Make sure pull is up to date 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed May 1, 2020
1 parent 461ee0c commit 0d67855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apidocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
bundle install --jobs 4 --retry 3
- name: Build API docs
run: |
bundle exec rake apidocs:gen_version
bundle exec rake site:fetch_latest apidocs:gen_version
- name: Commit changes as last committer
run: |
git config --global user.name rmosolgo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
run: |
bundle exec rake site:build_doc site:update_search_index site:clean_html site:build_html
bundle exec rake site:fetch_latest site:build_doc site:update_search_index site:clean_html site:build_html
- name: Commit changes as last committer
run: |
git config --global user.name "%(git log --format="%aN" -n 1)"
Expand Down

0 comments on commit 0d67855

Please sign in to comment.