Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mad-Kat committed Jan 2, 2025
1 parent c9693a8 commit d4bc2fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || github.event.inputs.pr_number && format('refs/pull/{0}/head', github.event.inputs.pr_number) || github.ref }}
Expand All @@ -41,16 +41,16 @@ jobs:
with:
version: 9.12.3
run_install: false

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: "pnpm"

- name: Install node_modules
run: pnpm install

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
run: vercel build --prod --token ${{ secrets.VERCEL_TOKEN }}
- name: Deploy to Vercel (Production)
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: vercel deploy --prebuilt --prod --token ${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prebuilt --prod --token ${{ secrets.VERCEL_TOKEN }}

0 comments on commit d4bc2fd

Please sign in to comment.