Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Oct 7, 2024
1 parent 47969ad commit c925052
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/projects-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
GITHUB_REF_NAME: ${{ github.ref_name }}
run: |
ls -R ./projects-dashboard-site
cd ./projects-dashboard-site
tar -xvf archive.tar .
rm archive.tar
cd ..
ls -R ./projects-dashboard-site
if [ "$GITHUB_HEAD_REF" != "" ]; then
# This is a pull request
Expand Down

0 comments on commit c925052

Please sign in to comment.