Skip to content

Commit

Permalink
Add deployments to GitHub Pages action (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
cable8mm committed Mar 9, 2024
1 parent eeded88 commit 2d4181b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: deploy-to-github-pages

on:
release:
types: [released]

permissions: {}

jobs:
publish-pages:
permissions:
contents: write
uses: cable8mm/.github/.github/workflows/deploy-to-github-pages.yml@main

0 comments on commit 2d4181b

Please sign in to comment.