Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Azure/activate-genai
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Jan 16, 2024
2 parents a1c8a9a + 40fdb95 commit 97cd35b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
# Runs on pushes targeting the default branch
push:
branches: [main]
paths:
- 'docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -82,4 +84,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit 97cd35b

Please sign in to comment.