mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:45:07 +00:00
chore: remove docs releated actions
This commit is contained in:
42
.github/workflows/publish-noco-i18n.yml
vendored
42
.github/workflows/publish-noco-i18n.yml
vendored
@@ -1,42 +0,0 @@
|
||||
name: "Publish : noco-i18n"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "packages/noco-i18n/**"
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
jobs:
|
||||
copy-file:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 22.12.0
|
||||
- name: Build noco-i18n
|
||||
run: |
|
||||
cd packages/noco-i18n
|
||||
npm install
|
||||
npm run generate
|
||||
|
||||
|
||||
- name: Pushes generated output
|
||||
# uses: dmnemec/copy_file_to_another_repo_action@main
|
||||
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
clear_folder: 'docs/dist'
|
||||
source_file: 'packages/noco-i18n/dist/'
|
||||
destination_repo: 'nocodb/noco-i18n'
|
||||
destination_folder: 'docs'
|
||||
user_email: 'oof1lab@gmail.com'
|
||||
user_name: 'o1lab'
|
||||
commit_message: 'Autorelease from github.com/nocodb/nocodb/packages/noco-i18n'
|
||||
7
.github/workflows/release-nocodb.yml
vendored
7
.github/workflows/release-nocodb.yml
vendored
@@ -115,12 +115,5 @@ jobs:
|
||||
# issue_label: '🚀 Status: Ready for Next Release'
|
||||
# version: ${{ needs.process-input.outputs.target_tag }}
|
||||
|
||||
# Publish Docs
|
||||
publish-docs:
|
||||
needs: release-docker
|
||||
uses: ./.github/workflows/publish-docs.yml
|
||||
secrets:
|
||||
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
|
||||
|
||||
aiopusher:
|
||||
uses: ./.github/workflows/nix-aiopusher.yml
|
||||
|
||||
Reference in New Issue
Block a user