Skip to content

Commit

Permalink
Fix deploy for real now
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
  • Loading branch information
dylandreimerink committed Dec 29, 2024
1 parent 8180f0e commit 1ed0eb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
USER: root
USER: runner

permissions:
contents: read
Expand Down Expand Up @@ -49,7 +49,6 @@ jobs:
echo " property: G-KVJ1CK539N" >> mkdocs.yml
- name: Build html
run: |
git config --add safe.directory /docs
make html PROD=true GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 1ed0eb8

Please sign in to comment.