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 64b1331 commit 970b396
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Create directories
run: |
mkdir -p $GITHUB_WORKSPACE/build/owl/current
- name: Set Workflow A Run ID
id: set_run_id
run: echo "TRIGGER_RUN_ID=${{ github.event.workflow_run.id }}" >> $GITHUB_ENV

- name: Download OWL file
uses: actions/download-artifact@v4
with:
path: ./build/owl/current
run-id: ${{ env.TRIGGER_RUN_ID }}
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: List Directory Contents
run: ls -al ./build/owl/current
Expand Down

0 comments on commit 970b396

Please sign in to comment.