Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
edotau committed Jan 17, 2024
1 parent 8173cf0 commit 2ddfa53
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ jobs:
with:
persist-credentials: true # typically should be true for deployments

- name: Cache node modules
uses: actions/cache@v3
with:
path: |
node_modules
.yarn
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Install Dependencies
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 2ddfa53

Please sign in to comment.