Skip to content

Commit

Permalink
Add another missing $ to 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 cfbabba commit 33d0e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_unified_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: |
git fetch
git switch single_header
mv {{github.workspace}}/onebig.hpp ${{github.workspace}}/include/boost/parser/parser_unified.hpp
mv ${{github.workspace}}/onebig.hpp ${{github.workspace}}/include/boost/parser/parser_unified.hpp
git commit -am 'Generated by Github action on push to master.'

0 comments on commit 33d0e2a

Please sign in to comment.