Skip to content

Commit

Permalink
Merge pull request #829 from austinmatherne-wk/doc-workflow-secrets
Browse files Browse the repository at this point in the history
Inherit release secrets in documentation workflow
  • Loading branch information
derekgengenbacher-wf committed Aug 16, 2023
2 parents 9ca01a2 + 6a811ab commit b1a0164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions: {}
jobs:
publish-documentation:
uses: ./.github/workflows/publish-documentation.yml
secrets: inherit

tests:
uses: ./.github/workflows/tests.yml
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Most installation and startup issues can be resolved by downloading the latest v
of Arelle and performing a [clean install][clean-install]. If that doesn't resolve
the problem for you, please [report a bug](#bug-report-or-feature-request).

[clean-install]: https://arelle.readthedocs.io/install.html#clean-install
[clean-install]: https://arelle.readthedocs.io/en/latest/install.html#clean-install

### Bug Report or Feature Request

Expand Down Expand Up @@ -136,10 +136,10 @@ to your message.
Interested in contributing to Arelle? Awesome! Make sure to review our
[contribution guidelines][contribution guidelines].

[contribution guidelines]: https://arelle.readthedocs.io/contributing.html
[contribution guidelines]: https://arelle.readthedocs.io/en/latest/contributing.html

## License

[Apache License 2.0][license]

[license]: https://arelle.readthedocs.io/license.html
[license]: https://arelle.readthedocs.io/en/latest/license.html

0 comments on commit b1a0164

Please sign in to comment.