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 dae519b commit 3784ec0Copy full SHA for 3784ec0
.github/workflows/website.yaml
@@ -29,8 +29,8 @@ jobs:
29
bundle exec rake site:fetch_latest site:build_doc site:update_search_index site:clean_html site:build_html
30
- name: Commit changes as last committer
31
run: |
32
- git config --global user.name "%(git log --format="%aN" -n 1)"
33
- git config --global user.email "%(git log --format="%aE" -n 1)"
+ git config --global user.name "$(git log --format="%aN" -n 1)"
+ git config --global user.email "$(git log --format="%aE" -n 1)"
34
bundle exec rake site:commit_changes
35
- name: Deploy to GitHub pages via gh-pages branch
36
uses: s0/git-publish-subdir-action@master
0 commit comments