Skip to content

Commit

Permalink
Add the build id after the run
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu authored Sep 17, 2024
1 parent 2c9afe7 commit 39d8397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docasaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
uses: actions/configure-pages@v5
- name: Install dependencies
run: yarn install
- name: Build site
run: yarn build
- name: Add run id
run: |
echo ${{ github.run_id }} > ./build/gh_action.txt
- name: Build site
run: yarn build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 39d8397

Please sign in to comment.