Commit 6158e164 authored by Ansh Sarkar's avatar Ansh Sarkar
Browse files

fix: fixed default branch to main and build directory paths


Signed-off-by: default avatarAnsh Sarkar <anshsark18@gmail.com>
Showing with 2 additions and 2 deletions
+2 -2
......@@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
......@@ -36,7 +36,7 @@ jobs:
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm install
run: cd docs && npm install
- name: Build
run: npm run build
- name: Setup Pages
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment