Skip to content

Commit

Permalink
Create publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
06000208 committed Jan 11, 2024
1 parent b31ea67 commit 08f3344
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Your github action

on:
push:
branches:
- 'main'

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Publish
uses: rayluo/[email protected]
with:
source-directory: src
target-branch: pages

0 comments on commit 08f3344

Please sign in to comment.