Skip to content

Commit 1f1b621

Browse files
authored
chore: remove docs generation on tag (#2250)
1 parent 51c6179 commit 1f1b621

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/actions/docs/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
apt-get update
44
apt-get install -y git wget
5-
git checkout main
65
git reset --hard HEAD
76

87
# Create the directories

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Generate Documentation
22
on:
33
push:
4-
branches:
5-
- main
6-
tags:
7-
- "*"
4+
branches: [main]
85

96
jobs:
107
docs:

0 commit comments

Comments
 (0)