We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60b962 commit 3150c99Copy full SHA for 3150c99
1 file changed
README.md
@@ -90,16 +90,16 @@ To get started with this template, follow these steps:
90
91
```bash
92
on:
93
- workflow_dispatch:
94
- push:
95
- branches: main
+ workflow_dispatch:
+ push:
+ branches: main
96
97
name: Quarto Publish
98
99
- jobs:
100
- build-deploy:
101
- runs-on: ubuntu-latest
102
- permissions:
+jobs:
+ build-deploy:
+ runs-on: ubuntu-latest
+ permissions:
103
contents: write
104
steps:
105
- name: Check out repository
0 commit comments