Skip to content

submodule: pyocd: sync to commit 456cbf876228382af10247cf5d210b6ffea6… #43

submodule: pyocd: sync to commit 456cbf876228382af10247cf5d210b6ffea6…

submodule: pyocd: sync to commit 456cbf876228382af10247cf5d210b6ffea6… #43

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
environment: deployment
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'true'
fetch-depth: 1
- name: Build
uses: jerryjvl/jekyll-build-action@v1
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: main
folder: _site
ssh-key: ${{ secrets.DEPLOY_KEY }}
repository-name: pyocd/pyocd.github.io
git-config-name: pyocd-bot
git-config-email: [email protected]
clean: true
clean-exclude: |
.nojekyll
CNAME