Skip to content

Commit

Permalink
Fixup build
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Oct 6, 2023
1 parent c54dbf7 commit 7d090a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, lintm & test
name: Build, lint, & test

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache-dependency-path: "package-lock.json"

- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"

Expand All @@ -47,7 +47,7 @@ jobs:
- name: Build KiCanvas
run: |
npm run build-no-check
npm run build:no-check
- name: Build docs
run: mkdocs build
Expand Down

0 comments on commit 7d090a5

Please sign in to comment.