Skip to content

Commit

Permalink
chore: fix GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzjacobs committed Jan 12, 2024
1 parent 6340577 commit 44046dd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ jobs:
deploy-production:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🔺 install vercel cli
run: npm install --global vercel
- name: 🧺 checkout
uses: actions/checkout@v3
- name: 🐱 use .nvmrc
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: 📌 npm install
run: npm ci --prefer-offline --no-audit
- name: 〽️ pull vercel environment information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: 🔧 build project artifacts
Expand Down

0 comments on commit 44046dd

Please sign in to comment.