Skip to content

Merge pull request #66 from randovania/fix/alt-text #128

Merge pull request #66 from randovania/fix/alt-text

Merge pull request #66 from randovania/fix/alt-text #128

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@v2
- name: Setup Python
uses: actions/setup-python@v2
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' }}