Skip to content

Update github-pages.yml #20

Update github-pages.yml

Update github-pages.yml #20

Workflow file for this run

name: Github Pages Build 🏗
on:
push:
branches:
- main
jobs:
gh-pages:
runs-on: ubuntu-latest
container:
image: 'swift:5.5'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Swift Saga📱
run: swift run
- name: Deploy 🌍
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./deploy
cname: www.swiftmiss.fun
publish_branch: gh-pages