mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
.github: Move publish docs to new file CreateDocs.yml
This commit is contained in:
20
.github/workflows/NightlyAdmin.yml
vendored
20
.github/workflows/NightlyAdmin.yml
vendored
@@ -26,23 +26,3 @@ jobs:
|
||||
days-before-pr-close: -1
|
||||
only-labels: triage,feedback-required
|
||||
|
||||
PublishWikiDocs:
|
||||
if: ${{fromJSON(vars.WIKIDOCS_ENABLE) == true}}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branch: ${{ fromJSON(vars.WIKIDOC_BRANCHES) }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: PublishWikiDocs
|
||||
uses: asterisk/asterisk-ci-actions/AsteriskPublishDocsComposite@main
|
||||
with:
|
||||
asterisk_repo: ${{env.ASTERISK_REPO}}
|
||||
base_branch: ${{matrix.branch}}
|
||||
modules_blacklist: ${{env.MODULES_BLACKLIST}}
|
||||
github_token: ${{secrets.GITHUB_TOKEN}}
|
||||
publish_docs_repo: ${{vars.PUBLISH_DOCS_REPO}}
|
||||
publish_docs_branch: ${{vars.PUBLISH_DOCS_BRANCH}}
|
||||
confluence_url: ${{vars.CONFLUENCE_URL}}
|
||||
confluence_userpass: ${{secrets.CONFLUENCE_USERPASS}}
|
||||
confluence_space: ${{vars.CONFLUENCE_SPACE}}
|
||||
|
||||
Reference in New Issue
Block a user