Skip to content

Commit ac16fc7

Browse files
committed
update workflows
1 parent 6e47248 commit ac16fc7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/preview-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
fi
3535
3636
- name: Comment URL in PR
37+
if: github.event_name == 'pull_request'
3738
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 #v2.4.3
3839
with:
3940
filePath: preview_url.txt

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
publish:
1111
runs-on: ubuntu-latest
12-
if: github.run_number > 1
1312
permissions:
1413
contents: read
1514
steps:

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ pids
4545

4646
# Temporary folders
4747
tmp/
48-
temp/
48+
temp/
49+
50+
# Local files
51+
*.local.json

0 commit comments

Comments
 (0)