Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Hernandez committed Sep 18, 2024
1 parent 758ea39 commit ecf59ad
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
npm run build
working-directory: website

- name: Upload site artifact
uses: actions/upload-artifact@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
name: site
path: website/build
path: ./website/out

- name: Commit and push changes
env:
Expand All @@ -69,10 +68,6 @@ jobs:
pages: write
id-token: write
steps:
- name: Download site artifact
uses: actions/download-artifact@v3
with:
name: site
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit ecf59ad

Please sign in to comment.