Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 29 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,46 @@
name: Deploy developer.setable.io (mkdocs material based with github pages)
name: Deploy developer.seatable.com (mkdocs material with github pages)

on:
push:
branches:
- main
pull_request:
branches:
- main

env:
GO_VERSION: 1.24.1
MUFFET_VERSION: v2.10.7

permissions:
contents: write

jobs:
check-links:
name: Check links
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Start development server
run: ./preview.sh
- name: Add $GOPATH/bin to $PATH
run: |
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
- name: Install muffet
run: go install github.com/raviqqe/muffet/v2@${MUFFET_VERSION}
- name: Check links
run: muffet -t60 -c10 -f -i 'http://127*' -i 'http://localhost' http://127.0.0.1:8000
deploy:
runs-on: ubuntu-latest
needs:
- check-links
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -31,5 +58,4 @@ jobs:
run: mkdocs build --strict --verbose

- name: gh-deploy
if: github.ref == 'refs/heads/main'
run: mkdocs gh-deploy --force
7 changes: 0 additions & 7 deletions docs/clients/index.md

This file was deleted.

165 changes: 0 additions & 165 deletions docs/clients/javascript/columns.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/clients/javascript/constants.md

This file was deleted.

66 changes: 0 additions & 66 deletions docs/clients/javascript/javascript_api.md

This file was deleted.

Loading
Loading