Skip to content

Commit

Permalink
Move website deployment to root and run only on docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Jan 21, 2024
1 parent e3a8153 commit ad6a1b5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'main'
paths:
- docs/**

concurrency:
group: ${{ github.workflow }}
Expand All @@ -12,6 +14,9 @@ concurrency:
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ad6a1b5

Please sign in to comment.