mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
wip: fake run
This commit is contained in:
parent
8776371ed4
commit
83186c0403
22
.github/workflows/docs.yml
vendored
22
.github/workflows/docs.yml
vendored
@ -2,7 +2,7 @@ name: Deploy documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [develop]
|
||||
branches: [florianduros/ci/mdbooks]
|
||||
workflow_dispatch: {}
|
||||
|
||||
permissions:
|
||||
@ -103,13 +103,13 @@ jobs:
|
||||
with:
|
||||
path: ./book
|
||||
|
||||
deploy:
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
# deploy:
|
||||
# environment:
|
||||
# name: github-pages
|
||||
# url: ${{ steps.deployment.outputs.page_url }}
|
||||
# runs-on: ubuntu-latest
|
||||
# needs: build
|
||||
# steps:
|
||||
# - name: Deploy to GitHub Pages
|
||||
# id: deployment
|
||||
# uses: actions/deploy-pages@v4
|
||||
|
Loading…
Reference in New Issue
Block a user