Skip to content

Commit 7d8ea2d

Browse files
committed
Remove version tag
1 parent 21b0fc5 commit 7d8ea2d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
tags:
7-
- v*.*.*
86
paths:
97
- 'doc/**'
108
- '.github/workflows/**'
@@ -34,10 +32,6 @@ jobs:
3432
python-version: 3.x
3533
- run: pip install zensical
3634
- run: zensical build --clean
37-
- run: |
38-
pwd
39-
ls -la
40-
find . -maxdepth 5
4135
- uses: actions/upload-pages-artifact@v4
4236
with:
4337
path: doc/site

0 commit comments

Comments
 (0)