Update deploy.yml

This commit is contained in:
Miguel Pimentel 2023-09-22 11:43:30 -05:00 committed by GitHub
parent 422b80f6f7
commit 6e050b4a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
fetch-depth: 0 # Fetch all history for git info
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.14
- name: Install Dependencies
run: npm ci
- name: Build Quartz
@ -43,4 +43,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2