Skip to content

Update pages-deploy.yml #2

Update pages-deploy.yml

Update pages-deploy.yml #2

Workflow file for this run

name: Deploy GitHub Pages with private submodule
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
# Checkout your repo and private submodules
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.HORSEL_ACCESS }}