Skip to content

Merge pull request #69 from DeepSpaceHarbor/dependabot/npm_and_yarn/d… #55

Merge pull request #69 from DeepSpaceHarbor/dependabot/npm_and_yarn/d…

Merge pull request #69 from DeepSpaceHarbor/dependabot/npm_and_yarn/d… #55

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- demo-content
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Build and Deploy
uses: DeepSpaceHarbor/hexo-deploy-action@master
env:
PERSONAL_TOKEN: ${{ secrets.GHT }}
PUBLISH_REPOSITORY: DeepSpaceHarbor/Gradient # The repository the action should deploy to.
BRANCH: gh-pages # The branch the action should deploy to.
PUBLISH_DIR: ./public # The folder the action should deploy.