Modify CI further

This commit is contained in:
suchmememanyskill
2024-02-07 23:39:25 +01:00
parent e669017949
commit 725d76d9c5
5 changed files with 48 additions and 46 deletions

View File

@@ -29,10 +29,6 @@ jobs:
- name: Build PlatformIO Project
run: |
python3 ci.py
- name: Copy output to site
run: |
cp -r ./out ./_site
- name: Upload artifact
uses: actions/upload-artifact@v3