Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnolte committed May 14, 2024
1 parent b938411 commit d8568d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ jobs:
id: set_run_id
run: echo "TRIGGER_RUN_ID=${{ github.event.workflow_run.id }}" >> $GITHUB_ENV

- name: Print Workflow A Run ID
run: echo "The run ID of Workflow A is $TRIGGER_RUN_ID"

- name: Download OWL file
uses: actions/download-artifact@v4
with:
name: owl-files-for-documentation
path: ./build/owl/current
run-id: ${{ env.TRIGGER_RUN_ID }}

Expand Down

0 comments on commit d8568d1

Please sign in to comment.