Skip to content

Commit 7961132

Browse files
committed
1 parent 3e91c3e commit 7961132

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Generate terraform docs
22
on:
3-
- pull_request
4-
# - push
3+
# - pull_request
4+
- push
55
# - workflow_dispatch
66

77
jobs:
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
with:
15-
ref: ${{ github.event.pull_request.head.ref }}
14+
# with:
15+
# ref: ${{ github.event.pull_request.head.ref }}
1616

1717
- name: Setup Graphviz
1818
uses: ts-graphviz/setup-graphviz@v2
@@ -33,7 +33,6 @@ jobs:
3333
git-push: false
3434

3535
- name: Fix .git permissions
36-
# Fix "error: insufficient permission for adding an object to repository database .git/objects"
3736
run: sudo chmod -R ugo+rwX .git
3837

3938
- name: Commit changes

0 commit comments

Comments
 (0)