Skip to content

Commit

Permalink
Try to reduce github actions deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Mar 8, 2024
1 parent 5f29d9d commit 358e0d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# - name: Setup Node # This is still useful because it caches the node_modules so we don't constantly re-install. You don't technically need this, though.
# uses: actions/setup-node@v3
# with:
# node-version: 20
# cache: npm # or pnpm / yarn
# cache-dependency-path: 'docs/package-lock.json' # this should be a package-lock.json file
- name: Setup Node # This is still useful because it caches the node_modules so we don't constantly re-install. You don't technically need this, though.
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm # or pnpm / yarn
cache-dependency-path: 'docs/package-lock.json' # this should be a package-lock.json file
- name: Setup Julia
uses: julia-actions/setup-julia@v1
- name: Pull Julia cache
Expand Down

0 comments on commit 358e0d1

Please sign in to comment.