Deprecated old v2 docs branch

This commit is contained in:
2026-05-15 08:51:47 +10:00
parent 8b5a991ed1
commit 7f5e2a29eb
2 changed files with 1 additions and 39 deletions
-38
View File
@@ -1,38 +0,0 @@
name: Build and deploy the documentation
on:
push:
branches: ["v2-docs"]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
+1 -1
View File
@@ -1,4 +1,4 @@
This git branch is the documentation website for The Toy Programming Language version 2.x, which can be found at [https://github.com/krgamestudios/Toy](https://github.com/krgamestudios/Toy).
This git branch is the (now deprecated) documentation website for The Toy Programming Language version 2.x, which can be found at [https://github.com/krgamestudios/Toy](https://github.com/krgamestudios/Toy).
Toy v2.x is still under active development, so this documentation will change and evolve over time, and may not reflect the current reference implementation.