Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.8 #175

Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.8

Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.8 #175

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' }}