Skip to content

Commit

Permalink
publish docs workflow typo (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil authored Oct 9, 2024
1 parent 90e0c92 commit 3e93442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
trigger-docs-publish:
name: Publish Docs
needs: publish
uses: ./.github/workflows/publish-docs.yaml
uses: ./.github/workflows/publish-docs.yml
secrets:
DOCS_DEPLOY_AWS_ACCESS_KEY: ${{ secrets.DOCS_DEPLOY_AWS_ACCESS_KEY }}
DOCS_DEPLOY_AWS_API_SECRET: ${{ secrets.DOCS_DEPLOY_AWS_API_SECRET }}

0 comments on commit 3e93442

Please sign in to comment.