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