Skip to content

Commit

Permalink
update deloy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fokolo committed Nov 25, 2024
1 parent 48ee6cf commit 5a739b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: ./docs/site/yarn.lock
cache-dependency-path: docs/site/yarn.lock

- name: Install dependencies
working-directory: ./docs/site
working-directory: docs/site
run: yarn install --frozen-lockfile
- name: Build website
working-directory: ./docs/site
working-directory: docs/site
run: yarn build

- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/site/build
path: docs/site/build

deploy:
name: Deploy to GitHub Pages
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: ./docs/site/yarn.lock
cache-dependency-path: docs/site/yarn.lock

- name: Install dependencies
working-directory: ./docs/site
working-directory: docs/site
run: yarn install --frozen-lockfile
- name: Test build website
working-directory: ./docs/site
working-directory: docs/site
run: yarn build

0 comments on commit 5a739b4

Please sign in to comment.