Skip to content

Commit

Permalink
New fixes added
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed May 12, 2024
1 parent 8807082 commit 648b2d0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: release
defaults:
run:
working-directory: ./dist
steps:
- name: Download artifact
id: download-artifact
Expand All @@ -50,10 +47,16 @@ jobs:
name: app
workflow: ci.yml

- run: ls

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload to pages
uses: actions/upload-pages-artifact@v3
with:
path: ./dist
path: .

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 648b2d0

Please sign in to comment.