Skip to content

Commit

Permalink
refactor: Update for empty-coalesce
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 12, 2024
1 parent 89f5542 commit 596308b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Deploy Docs
env:
DOCS_DEST_DIR: /vite/v4/
DOCS_DEST_DIR: /empty-coalesce/v4/
on:
push:
branches:
Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [20.x]
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 596308b

Please sign in to comment.