Skip to content

Commit

Permalink
Change dthe branch name to master
Browse files Browse the repository at this point in the history
  • Loading branch information
prabha-git committed Feb 25, 2024
1 parent 6c6c9a8 commit e8bcf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy MkDocs
on:
push:
branches:
- main
- master

permissions:
contents: write
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Build and deploy MkDocs
run: mkdocs gh-deploy --force
run: mkdocs gh-deploy --force --verbose

0 comments on commit e8bcf13

Please sign in to comment.