Skip to content

deply to page

deply to page #1

Workflow file for this run

name: deply to page
on:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: windows-2022
steps:
- name: CheckOut Code
uses: actions/checkout@v4
- name: Deploy
uses: JamesIves/[email protected]
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: main
FOLDER: ./
CLEAN: true