Skip to content

Commit

Permalink
Added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-fork committed Nov 2, 2023
1 parent 11b76cb commit 26c18bf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflow/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish github page

on: push

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3

- name: Publish site to github pages
uses: rayluo/[email protected]
with:
source-directory: "site"
target-branch: gh-pages

0 comments on commit 26c18bf

Please sign in to comment.