Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Sep 6, 2024
1 parent 1e1f2ff commit e8b05d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Upload Build
uses: actions/upload-artifact@v3
with:
name: dist
name: github-pages
path: ./dist

# Deploy job
Expand All @@ -37,11 +37,6 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Download Build
uses: actions/download-artifact@v3
with:
name: dist
path: ./dist
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit e8b05d2

Please sign in to comment.