Skip to content

Commit

Permalink
try deploy to GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Feb 12, 2024
1 parent 0062593 commit 7850a6c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ on:
# pull_request:
# branches: [main]

permissions:
id-token: write

jobs:
# build:
# name: Build
Expand Down Expand Up @@ -50,6 +47,11 @@ jobs:
# run: yarn run embedme:check

publish:
# Add "id-token" with the intended permissions.
# This is to enable publishing to GitHub pages.
permissions:
id-token: write

name: publish
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7850a6c

Please sign in to comment.