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.
2 parents 18a4f7e + 44ffca0 commit 0dd8515Copy full SHA for 0dd8515
.github/workflows/publish-documentation.yaml
@@ -8,16 +8,14 @@ on:
8
paths:
9
- 'docs/**'
10
11
+
12
jobs:
13
publish:
14
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
15
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
16
permissions:
17
contents: write
18
runs-on: ubuntu-latest
- defaults:
19
- run:
20
- working-directory: backend
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v3
0 commit comments