summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/integration.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index bcf539581..ddc0498f7 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -44,19 +44,8 @@ jobs:
with:
python-version: '3.12'
architecture: 'x64'
- - name: Cache Python dependencies
- id: cache-python
- uses: actions/cache@v4
- with:
- path: |
- ./local
- ./.nvm
- ./node_modules
- key: python-ubuntu-24.04-3.12-${{ hashFiles('requirements*.txt', 'setup.py','.nvmrc', 'package.json') }}
- - name: Install node dependencies
- run: make V=1 node.env
- name: Build themes
- run: make V=1 themes.all
+ run: make themes.all
documentation:
name: Documentation