Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelantVos committed Jul 8, 2024
1 parent 4df0152 commit 517a949
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: Docs

on:
# Runs on pushes targeting the default branch
# Runs on pushes targeting the default branch.
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:

jobs:
generate-docs:

permissions:
id-token: write
pages: write

runs-on: windows-latest

steps:
Expand Down

0 comments on commit 517a949

Please sign in to comment.