Skip to content

Commit

Permalink
Use the latest build process (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Mar 15, 2023
1 parent eec5940 commit 2fc01f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "main" ]
workflow_dispatch:
workflow_call:
merge_group:

concurrency:
group: "build"
Expand All @@ -25,7 +26,7 @@ jobs:
- name: 🐍 Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'

- name: 🎛️ Sensapex install workaround
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
steps:

- name: 🎛 Setup Pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v3

- name: 🚀 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@1

0 comments on commit 2fc01f0

Please sign in to comment.