Skip to content

Commit

Permalink
Fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Feb 4, 2025
1 parent f23ce84 commit 036d82a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,11 @@ jobs:
path-to-root: dist
base-url-path: https://watchtogether.online

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

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
- name: Upload dist directory to artifacts
uses: actions/upload-artifact@v4
with:
path: 'dist'
name: github-pages
path: dist

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

0 comments on commit 036d82a

Please sign in to comment.