Skip to content

Commit

Permalink
Create create.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AudioLotus authored Feb 10, 2024
1 parent 89dab70 commit 7c2ed55
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/create.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish

on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'README.md'
- 'overrides/**'
- 'docs/**'
- 'mkdocs.yml'
- 'requirements.txt'

permissions:
contents: write
pages: write
id-token: write

jobs:
deploy:
uses: ObsidianPublisher/actions/.github/workflows/deploy.yml@main
secrets:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7c2ed55

Please sign in to comment.