Skip to content

Commit

Permalink
use non-relative reference to action from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sheaphillips committed Dec 1, 2023
1 parent 30bba79 commit 5cd0ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build TechDocs
uses: ./ # Uses the action in the root directory
uses: bcgov/[email protected]
id: build_and_publish
with:
publish: 'true'
Expand Down

0 comments on commit 5cd0ea9

Please sign in to comment.