Skip to content

Commit

Permalink
change repo restriction location in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 20, 2024
1 parent 1ceb862 commit 2bf953f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ defaults:
jobs:
deploy:
name: Build Docusaurus
if: ${{ github.repository == 'jcubic/lips-website' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +28,6 @@ jobs:
node-version: 20
cache: npm
cache-dependency-path: docs/package-lock.json
if: ${{ github.repository == 'jcubic/lips-website' }}

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 2bf953f

Please sign in to comment.