Skip to content

Commit

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

0 comments on commit 2c9afe7

Please sign in to comment.