Skip to content

Feature/40 scroll down (#51) #51

Feature/40 scroll down (#51)

Feature/40 scroll down (#51) #51

Workflow file for this run

name: Site
on:
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch Github Release Asset
uses: dsaltares/[email protected]
with:
repo: cobalt-org/cobalt.rs
file: cobalt-v0.16.5-x86_64-unknown-linux-gnu.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build site
run: |
tar xfv cobalt-*
./cobalt build