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 cbd57b5 commit 837b253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/projects-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: github-pages
path: ./projects-dashboard-site
path: projects-dashboard-site

- name: Get target folder
id: get-target-folder
Expand Down Expand Up @@ -75,5 +75,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ./projects-dashboard-site
folder: projects-dashboard-site
target-folder: ${{ steps.get-target-folder.outputs.path }}

0 comments on commit 837b253

Please sign in to comment.