mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 04:11:14 +00:00
chore: Move deployment to gh native actions
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user