ryna-language 0.10.1

An extensible programming language with a strong type system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: MkDocs

on:
  push:
    branches:    
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
        - uses: actions/checkout@v4
        - uses: actions/setup-python@v5
          with:
            python-version: '3.10' 
        - run: python -m pip install -r docs_requirements.txt
        - run: mkdocs gh-deploy --force