Skip to content

Commit 4ade5ee

Browse files
authored
fix: api versioning
1 parent ff7f9d3 commit 4ade5ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/gh-pages.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ on:
88
- master
99
types:
1010
- completed
11-
push:
12-
branches:
13-
- 'master'
1411
workflow_dispatch:
1512

1613
jobs:
1714
gh-pages:
1815
runs-on: ubuntu-latest
1916
steps:
2017
- uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 0
2120

2221
- name: Use Node.js
2322
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)