Skip to content

build(container): remove obvious comment #262

build(container): remove obvious comment

build(container): remove obvious comment #262

Workflow file for this run

name: Run with example config
on:
push:
pull_request:
workflow_dispatch:
jobs:
run:
name: Run with example config
runs-on: ubuntu-latest
steps:
- uses: dtolnay/rust-toolchain@stable
id: rust
- uses: actions/checkout@v4
- run: cargo fetch
- uses: actions/cache@v4
with:
key: run-${{ steps.rust.outputs.cachekey }}-${{ hashFiles('**/Cargo.*') }}
path: target/
- run: cargo build
- name: website-stalker run --all
working-directory: sites
run: cargo run -- run --all
env:
WEBSITE_STALKER_FROM: [email protected]