Skip to content

Commit

Permalink
fix docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel committed Feb 17, 2024
1 parent 60e8092 commit 7421052
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI"
name: 'CI'
on:
push:
branches:
Expand All @@ -10,6 +10,7 @@ jobs:
docgen:
name: Documentation
runs-on: ubuntu-latest
if: ${{ github.repository_owner }} == 'fnbrjs'
steps:
- name: Setup git
run: |
Expand All @@ -31,14 +32,14 @@ jobs:
with:
path: docs
ref: docs

- name: Checkout DocGen Repository
uses: actions/checkout@v2
with:
repository: fnbrjs/docgen
token: ${{ secrets.BOT_PAT }}
path: docgen

- name: Install Main Repository Dependencies
working-directory: ./main
run: npm ci
Expand Down

0 comments on commit 7421052

Please sign in to comment.