We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a600e2f commit 0d8dcf0Copy full SHA for 0d8dcf0
1 file changed
.github/workflows/publish.yaml
@@ -22,6 +22,10 @@ jobs:
22
contents: write # The workflow needs permission to push content to the repository
23
24
steps:
25
+ - name: Setup GitHub CLI
26
+ uses: cli/cli-action@v1
27
+ with:
28
+ version: 'latest' # You can specify a version or use 'latest'
29
- name: Setup Quarto
30
uses: quarto-dev/quarto-actions/setup@v2
31
0 commit comments