mirror of
https://github.com/OriolFilter/Elphelt.git
synced 2025-06-25 11:03:22 +02:00
Updated actions
This commit is contained in:
4
.github/workflows/ghub-pages.yml
vendored
4
.github/workflows/ghub-pages.yml
vendored
@ -30,6 +30,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install -r requirements.txt
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user