Skip to content

Add problem 2086: Minimum Number of Food Buckets to Feed the Hamsters #1203

Add problem 2086: Minimum Number of Food Buckets to Feed the Hamsters

Add problem 2086: Minimum Number of Food Buckets to Feed the Hamsters #1203

Workflow file for this run

name: Progress
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: rustup update
- run: cargo run --package progress-tracker --release -- . _site
- uses: actions/upload-pages-artifact@v3
deploy:
needs: build
permissions:
id-token: write
pages: write
runs-on: ubuntu-latest
steps:
- uses: actions/deploy-pages@v4