mirror of
https://github.com/OriolFilter/Elphelt.git
synced 2025-05-10 02:47:21 +02:00
Updated actions
This commit is contained in:
parent
3e2239d835
commit
aeb53e8694
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user