We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7c497 commit 24c01d2Copy full SHA for 24c01d2
3 files changed
.github/workflows/smoke.yaml
@@ -11,6 +11,8 @@ on:
11
# schedule: # midnight every day
12
# - cron: '0 0 * * *'
13
workflow_dispatch:
14
+permissions:
15
+ contents: read
16
17
jobs:
18
new-site:
.github/workflows/test.yaml
@@ -10,7 +10,9 @@ on:
10
# schedule:
# - cron: '11 0 * * *' # 11 past midnight every day
-
+
build:
runs-on: ${{ matrix.os }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docsy",
3
- "version": "0.14.0-dev+64-g59b78ce",
+ "version": "0.14.0-dev+65-gbf7c497",
4
"repository": "github:google/docsy",
5
"homepage": "https://www.docsy.dev",
6
"license": "Apache-2.0",
0 commit comments