Skip to content

Commit

Permalink
Fixes typo in docs deployment workflows (#12079)
Browse files Browse the repository at this point in the history
adds newline for proper yml syntax
  • Loading branch information
supertopher authored Apr 15, 2022
1 parent 6dd1daf commit a379fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
# Install and build Docusaurus website
- name: Deploy docs to production (it's weird)
run: ./tools/bin/deploy_docusaurus
env: GITHUB_TOKEN: ${{ secrets.OCTAVIA_PAT }}
env:
GITHUB_TOKEN: ${{ secrets.OCTAVIA_PAT }}

0 comments on commit a379fc0

Please sign in to comment.