Skip to content

Update github-pages.yml #17

Update github-pages.yml

Update github-pages.yml #17

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@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- 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