docs: disable deploying using dagger
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
d887eaf045
commit
479dc50402
23
.github/workflows/docs.yml
vendored
23
.github/workflows/docs.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: Docs
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- v*
|
|
||||||
paths:
|
|
||||||
- "docs/**"
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: "0"
|
|
||||||
- uses: dagger/dagger-action@v1
|
|
||||||
with:
|
|
||||||
age-key: ${{ secrets.DAGGER_AGE_KEY }}
|
|
||||||
args: up -e docs
|
|
Reference in New Issue
Block a user