Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 14, 2024
1 parent 129d789 commit 59d046d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ env:
DOC_ALGOLIA_ARTIFACT: algolia-indexes-PQ.zip
DOC_DOCKER_VERSION: 241.15989

# Gives the workflow permissions to clone the repo and create a page deployment
permissions:
id-token: write
pages: write
contents: write

on:
push:
branches:
Expand Down Expand Up @@ -153,6 +147,9 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
name: '📃 Writerside docs'
permissions:
id-token: write
pages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 59d046d

Please sign in to comment.