ci: use Gitea mirror instead of GitHub
Some checks failed
Build Demo / build (push) Failing after 40s
Some checks failed
Build Demo / build (push) Failing after 40s
This commit is contained in:
parent
82e6243f5b
commit
899490e977
@ -6,7 +6,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout master
|
- name: Checkout master
|
||||||
uses: actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
run: sudo apt-get install python3.9
|
run: sudo apt-get install python3.9
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
run: pip install mkdocs-material
|
run: pip install mkdocs-material
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: https://gitea.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload Output
|
- name: Upload Output
|
||||||
uses: actions/upload-artifact@v4
|
uses: https://gitea.com/actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: static-website
|
name: static-website
|
||||||
path: site/
|
path: site/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user