Skip to content

Commit

Permalink
Add a git fetch to the Deploy step of deploy_unified_header.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzlaine committed Jan 18, 2024
1 parent 7e2bfb6 commit cfbabba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_unified_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Deploy
working-directory: ${{github.workspace}}
run: |
git fetch
git switch single_header
mv {{github.workspace}}/onebig.hpp ${{github.workspace}}/include/boost/parser/parser_unified.hpp
git commit -am 'Generated by Github action on push to master.'
Expand Down

0 comments on commit cfbabba

Please sign in to comment.