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:
branches:
- master
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

View File

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