mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: Move deployment to gh native actions
This commit is contained in:
parent
e05a6e976e
commit
a7e2bf071b
14
.github/workflows/deploy-docs.yml
vendored
14
.github/workflows/deploy-docs.yml
vendored
|
@ -54,11 +54,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mike list
|
mike list
|
||||||
|
|
||||||
deploy-to-gha:
|
# deploy-to-gha:
|
||||||
needs: build-docs
|
# needs: build-docs
|
||||||
permissions:
|
# permissions:
|
||||||
contents: read
|
# contents: read
|
||||||
pages: write
|
# pages: write
|
||||||
id-token: write
|
# id-token: write
|
||||||
uses: ./.github/workflows/deploy-to-gha.yml
|
# uses: ./.github/workflows/deploy-to-gha.yml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user