Skip to content

Adding eBits webring (#14) #16

Adding eBits webring (#14)

Adding eBits webring (#14) #16

Workflow file for this run

name: Build & Deploy webring to GitHub Pages
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- name: Build the generator
run: cargo build --release
- name: Generate the ./webring directory
run: ./target/release/ringfairy
- name: Deploy ./webring to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./webring