Skip to content

Commit

Permalink
🐙 mt schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
senisioi committed Oct 17, 2024
1 parent 9a72d9b commit 1e07aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom-pages-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Build with python
run: |
pip install -r requirements.txt --break-system-packages
pip install -r requirements.txt
make html
mv output _site
- name: Upload artifact
Expand Down

0 comments on commit 1e07aff

Please sign in to comment.