mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-03 19:19:01 +08:00
remove deprecated ci workflows
This commit is contained in:
parent
dbc0f09414
commit
dba186c9b6
21
.github/workflows/deploy.yml
vendored
21
.github/workflows/deploy.yml
vendored
@ -1,21 +0,0 @@
|
|||||||
# Automate, customize, and execute your software development workflows right in your repository with GitHub Actions.
|
|
||||||
# Documentation: https://docs.github.com/en/actions
|
|
||||||
|
|
||||||
name: deploy
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
if: github.ref == 'refs/heads/main'
|
|
||||||
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: Update the documentation
|
|
||||||
run: curl ${{ secrets.TRIGGER_DEPLOYMENT }}
|
|
27
.github/workflows/docsearch.yml
vendored
27
.github/workflows/docsearch.yml
vendored
@ -1,27 +0,0 @@
|
|||||||
# Automate, customize, and execute your software development workflows right in your repository with GitHub Actions.
|
|
||||||
# Documentation: https://docs.github.com/en/actions
|
|
||||||
|
|
||||||
name: docsearch
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: '5 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
|
|
||||||
docsearch:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4.1.4
|
|
||||||
|
|
||||||
- name: Run DocSearch Scraper
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
docker run \
|
|
||||||
-e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \
|
|
||||||
-e TYPESENSE_HOST="${{ secrets.TYPESENSE_HOST }}" \
|
|
||||||
-e TYPESENSE_PORT="${{ secrets.TYPESENSE_PORT }}" \
|
|
||||||
-e TYPESENSE_PROTOCOL="${{ secrets.TYPESENSE_PROTOCOL }}" \
|
|
||||||
-e CONFIG="$(cat docsearch.config.json | jq -r tostring)" \
|
|
||||||
typesense/docsearch-scraper
|
|
Loading…
Reference in New Issue
Block a user