Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sankhadeepdutta committed Nov 6, 2024
1 parent c4544c5 commit 623e3da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- fix-sidenav-dropdown
schedule:
- cron: 0 13 * * 1 # At 13:00 on Monday

Expand Down Expand Up @@ -63,14 +64,14 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

# develop branch
# fix-sidenav-dropdown branch
- name: Build
if: ${{ github.ref == 'refs/heads/develop' }}
if: ${{ github.ref == 'refs/heads/fix-sidenav-dropdown' }}
run: hugo -e staging

- name: Deploy to Netlify
uses: netlify/actions/cli@master
if: ${{ github.ref == 'refs/heads/develop' }}
if: ${{ github.ref == 'refs/heads/fix-sidenav-dropdown' }}
with:
args: deploy --dir=public --prod
env:
Expand Down

0 comments on commit 623e3da

Please sign in to comment.