Skip to content

Update version number #4

Update version number

Update version number #4

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:
# Configure Git credentials for private submodules
- name: Configure Git to access private submodules
run: |
git config --global url."https://${{ secrets.HORSEL_ACCESS }}:@github.com/".insteadOf "https://github.com/"
# Checkout your repo and private submodules
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
# Deploy to GitHub Pages
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./