Skip to content

Fix minor mistake

Fix minor mistake #7

Workflow file for this run

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