Skip to content

Commit

Permalink
Create hyde.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Farlandercd authored May 13, 2024
1 parent 4d9b3af commit 17bbfa6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/hyde.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build and Deploy HydePHP Site

on: [push]

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: hydephp/action@master
with:
deploy-to: "pages"

0 comments on commit 17bbfa6

Please sign in to comment.