Skip to content

Merge pull request #1133 from arlosi/config-merge #2080

Merge pull request #1133 from arlosi/config-merge

Merge pull request #1133 from arlosi/config-merge #2080

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/[email protected]
- run: cargo run
- run: cp CNAME ./site/
- run: touch site/.nojekyll
- uses: actions/[email protected]
with:
path: site
deploy:
if: ${{ github.ref == 'refs/heads/master' }}
needs: build
permissions:
pages: write
id-token: write
runs-on: ubuntu-latest
steps:
- id: deployment
uses: actions/[email protected]
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}