Skip to content

Commit

Permalink
deploy workflow try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed May 8, 2024
1 parent 1704334 commit 4743e09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ./client/.nvmrc
# cache: yarn
cache: yarn
cache-dependency-path: ./client/yarn.lock
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 4743e09

Please sign in to comment.