Skip to content

Fix GitHub Pages upload #34

Fix GitHub Pages upload

Fix GitHub Pages upload #34

Workflow file for this run

name: Publish
on:
push:
branches: ["main"]
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test Publish
run: cargo publish --dry-run