Skip to content

Commit

Permalink
Fix more syntax errors in workflow, boy do I editor tooling for these
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Mar 7, 2024
1 parent f7c5bf2 commit 8f966b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-legacy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}

jobs:
compile-docs-and-publish
compile-docs-and-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -34,4 +34,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./packages/library-legacy/doc
publish_dir: ./packages/library-legacy/doc

0 comments on commit 8f966b6

Please sign in to comment.