Skip to content

Commit

Permalink
Another YAML fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 23, 2022
1 parent c471126 commit 831a6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Copy ISOEBNF example
run: mkdir -p ./doc/yard/examples/isoebnf/doc && cp ./examples/isoebnf/doc/parser.html ./doc/yard/examples/isoebnf/doc
- name: Copy ABNF example
run: mkdir -p ./doc/yard/examples/abnf/doc && cp ./examples/isoebnf/abnf/parser.html ./doc/yard/examples/abnf/doc
run: mkdir -p ./doc/yard/examples/abnf/doc && cp ./examples/abnf/doc/parser.html ./doc/yard/examples/abnf/doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 831a6c9

Please sign in to comment.