Skip to content

Commit

Permalink
attempt to fix 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascantor committed Apr 5, 2024
1 parent de4a90a commit 45a87b5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,23 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js LTS
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'node'
check-latest: true

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

- name: Install dependencies & build
run: |
npm install
npm run build-gh-pages
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
environment:
Expand All @@ -47,4 +53,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 45a87b5

Please sign in to comment.