Test publish docs

This commit is contained in:
Sidharth Vinod
2023-02-16 13:05:53 +05:30
parent a1a252cc29
commit 0db2657b7b
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
push: push:
branches: branches:
- master - master
pull_request:
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:

View File

@@ -7,6 +7,8 @@ on:
jobs: jobs:
publish: publish:
env:
NODE_OPTIONS: '--max_old_space_size=4096'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3