Skip to content

Commit

Permalink
ci.yml: Removed intermediate output000 dir from artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Sep 17, 2024
1 parent db99e67 commit c6cc1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Diff docs/
id: diff
run: |
mv ${{ env.ARTIFACT_LOCAL_LOCATION }}/output000/* ./docs
mv ${{ env.ARTIFACT_LOCAL_LOCATION }}/MOM5_parameter_doc.* ./docs
git add .
if git diff --cached --exit-code ./docs; then
echo "::warning::Modification to 'docs/', need to commit with '!update docs'"
Expand All @@ -80,7 +80,7 @@ jobs:
with:
pr: ${{ github.event.issue.number }}
comment: |
The `docs` in ${{ env.REPO_TARGET_DOCS_URL }} differ from ${{ env.REPO_SOURCE_ARTIFACT_URL }} (in directory `output000`).
The `docs` in ${{ env.REPO_TARGET_DOCS_URL }} differ from ${{ env.REPO_SOURCE_ARTIFACT_URL }}.
Comment `!update_docs` if you want these changes committed.
Expand Down

0 comments on commit c6cc1d3

Please sign in to comment.