Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
one more attempt
  • Loading branch information
loganfinney27 committed Jun 30, 2024
1 parent 8a2fb06 commit 856ad06
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{\rtf1\ansi\ansicpg1252\cocoartf2639
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 Calibri;}
{\colortbl;\red255\green255\blue255;\red11\green12\blue12;}
{\*\expandedcolortbl;;\cssrgb\c4706\c5098\c5490;}
\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

Expand All @@ -25,10 +25,15 @@ jobs:\
build:\
runs-on: ubuntu-22.04\
steps:\
- uses: actions/checkout@v3\
- uses: actions/checkout@v4\
fetch-depth: 0 # Fetch all history for git info\
- uses: actions/setup-node@v4\
- name: Install Dependencies\
\cf2 \expnd0\expndtw0\kerning0
\outl0\strokewidth0 \strokec2 with:\
\pard\pardeftab720\partightenfactor0
\cf2 node-version: 20.x\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\cf0 \kerning1\expnd0\expndtw0 \outl0\strokewidth0 - name: Install Dependencies\
run: npm ci\
- name: Build Quartz\
run: npx quartz build\
Expand All @@ -45,4 +50,4 @@ jobs:\
steps:\
- name: Deploy to GitHub Pages\
id: deployment\
uses: actions/deploy-pages@v2}
uses: actions/deploy-pages@v3}

0 comments on commit 856ad06

Please sign in to comment.