Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-josheghani committed Feb 27, 2024
1 parent 6966f55 commit 2bda42f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: production-files
path: ./dist
path: ../dist

deploy:
name: Deploy
Expand All @@ -42,10 +42,10 @@ jobs:
uses: actions/download-artifact@v2
with:
name: production-files
path: ./dist
path: ../dist

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ../dist

0 comments on commit 2bda42f

Please sign in to comment.