Skip to content

Commit 3364e76

Browse files
committed
Merge branch '1.x' of github.com:manuel-martos/appyx into 1.x
2 parents d43d96f + 887b515 commit 3364e76

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/post_merge.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
deploy:
11-
name: Deploy documentation
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v5
16-
with:
17-
python-version: '3.x'
18-
- run: sed -i 's/${POST_MERGE_RUN_ID}/${{ github.run_id }}/g' documentation/how-to-use-appyx/sample-apps.md
19-
- run: pip install mkdocs-material
20-
- run: mkdocs gh-deploy --force
21-
2210
build-sample-app:
2311
name: Build sample app
2412
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)