mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 19:26:47 +00:00
chore(action): update action version
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
6
.github/workflows/publish-docs.yml
vendored
6
.github/workflows/publish-docs.yml
vendored
@@ -19,11 +19,11 @@ jobs:
|
||||
echo "CHANGED=$([[ $(lerna ls --since ${{github.event.before}} | grep noco-docs) = noco-docs ]] && echo 'OK')" >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
# if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
|
||||
if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
|
||||
with:
|
||||
node-version: 14
|
||||
- name: Build docs
|
||||
# if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
|
||||
if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
|
||||
run: |
|
||||
cd packages/noco-docs
|
||||
npm install
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Pushes generated output
|
||||
# if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
|
||||
if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
|
||||
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user