Skip to content

Commit

Permalink
Allow one-off deploys
Browse files Browse the repository at this point in the history
Needed if you just want to rebuild the docs from other repos.
  • Loading branch information
ajoberstar authored Dec 31, 2023
1 parent 9350566 commit 0f254ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CD
on:
push:
workflow_dispatch:
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit 0f254ea

Please sign in to comment.