Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Add devcontainer

Add devcontainer #22

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup veryl
uses: veryl-lang/setup-veryl@v1
- name: Build doc
run: veryl doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: target/doc
cname: std.veryl-lang.org