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 168ddc0 commit ef44748Copy full SHA for ef44748
2 files changed
.github/workflows/preview.yml
@@ -14,9 +14,6 @@ jobs:
14
permissions:
15
contents: write
16
pull-requests: write
17
- defaults:
18
- run:
19
- working-directory: ./.github/workflows
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v6
.github/workflows/publish.yaml
@@ -8,9 +8,6 @@ jobs:
8
rebuild-slides:
9
name: rebuild-slides
10
runs-on: ubuntu-latest
11
12
13
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments