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