Skip to content

Commit

Permalink
- Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolii-kabanov committed Oct 2, 2024
1 parent 5c613e5 commit a46fd05
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 @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: production-files
path: ./ui/dist
path: ./ui/dist/

deploy:
name: Deploy
Expand All @@ -44,11 +44,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: production-files
path: ./ui/dist
path: ./ui/dist/

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

0 comments on commit a46fd05

Please sign in to comment.