Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Use cf-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Feb 10, 2024
1 parent 9632d13 commit 8ab4b9c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: arduino/setup-task@v1
- uses: actions/checkout@v4
- uses: arduino/setup-task@v2

# ------------------------------------------------------------------------
# JS

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Load cached node_modules
id: cached-node_modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: js/node_modules
key: >
Expand All @@ -67,11 +67,11 @@ jobs:
# Python

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cached-python-env
with:
path: ${{ env.pythonLocation }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Cache website
id: cache-build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dist
key: >
Expand Down

0 comments on commit 8ab4b9c

Please sign in to comment.