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 6dbf8b5 commit ba6440bCopy full SHA for ba6440b
1 file changed
.github/workflows/main.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@master
11
+ with:
12
+ fetch-depth: 0 # fetch complete history so that the "last updated by" texts can be set correctly
13
- name: Use Node.js 10.x
14
uses: actions/setup-node@v1
15
with:
@@ -27,4 +29,4 @@ jobs:
27
29
PUBLISH_DIR: ./docs/build
28
30
31
emptyCommits: false
- keepFiles: false
32
+ keepFiles: false
0 commit comments