Skip to content

Commit

Permalink
Make sure the pr number file is not treated as a hidden file
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Sep 11, 2024
1 parent 55bf8c6 commit 752e4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build Documentation Preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs build
- run: echo "${{ github.event.number }}" >> ./site/.pr_number
- run: echo "${{ github.event.number }}" >> ./site/pr_number
- run: ls -la ./site
- name : Upload preview site artifact
uses : actions/upload-artifact@v4
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: mkdir pr_tmp
- run: echo "${{ github.event.number }}" >> ./pr_tmp/.pr_number
- run: echo "${{ github.event.number }}" >> ./pr_tmp/pr_number
- uses : actions/upload-artifact@v4
with:
name: closed_pr_number
Expand Down

0 comments on commit 752e4ef

Please sign in to comment.