Skip to content

Commit

Permalink
test doc gen
Browse files Browse the repository at this point in the history
Signed-off-by: ac892247 <[email protected]>
  • Loading branch information
achmelo committed Sep 3, 2024
1 parent 1bb6c90 commit 8714e67
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * 5'

pull_request:
branches: [ v2.x.x, v3.x.x ]
env:
JOB_ID: ${{ github.run_id }}-${{ github.run_number }}

Expand All @@ -22,12 +23,14 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Generate and compare the Error messages
run: |
git clone https://zowe-robot:${{ secrets.ZOWE_ROBOT_TOKEN }}@github.com/zowe/docs-site.git
cd docs-site
git checkout docs-staging
git checkout v3-doc-branch
cd ../docs/docgen/
java -jar Docgen-1.0.jar ./config.yml
cp ../../docs-site/docs/troubleshoot/troubleshoot-apiml-error-codes.md original-codes.md
Expand Down

0 comments on commit 8714e67

Please sign in to comment.