Skip to content

MSR - Remove old guides and add new one #186

MSR - Remove old guides and add new one

MSR - Remove old guides and add new one #186

Workflow file for this run

name: Deploy Pages
on:
pull_request:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: 'x64'
- name: Install and Build
run: ./ci.sh
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
if: ${{ github.event_name != 'pull_request' }}