We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c6179 commit 1f1b621Copy full SHA for 1f1b621
.github/actions/docs/entrypoint.sh
@@ -2,7 +2,6 @@
2
3
apt-get update
4
apt-get install -y git wget
5
-git checkout main
6
git reset --hard HEAD
7
8
# Create the directories
.github/workflows/docs.yml
@@ -1,10 +1,7 @@
1
name: Generate Documentation
on:
push:
- branches:
- - main
- tags:
- - "*"
+ branches: [main]
9
jobs:
10
docs:
0 commit comments