Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55b0262799 | |||
| 7ca78b74b8 |
@@ -7,19 +7,18 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: node-22
|
||||||
steps:
|
steps:
|
||||||
|
- name: Route Git to external Gitea URL
|
||||||
|
run: git config --global url."https://hub.kl1.tenere.ai/".insteadOf "http://gitea:3000/"
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Install
|
||||||
uses: actions/setup-node@v4
|
run: npm install --registry https://packages.tenere.ai
|
||||||
with:
|
|
||||||
node-version: '22'
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: npm run build
|
||||||
npm install
|
|
||||||
npm run build
|
|
||||||
|
|
||||||
- name: Publish to Gitea npm
|
- name: Publish to Gitea npm
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user