Skip to content

Commit

Permalink
fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Sep 29, 2024
1 parent 4d39999 commit a2c5200
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,8 @@ jobs:
- name: Deploy
uses: peaceiris/[email protected]
with:
personal_token: ${{ secrets.PUBLIC_TOKEN }}
personal_token: ${{ secrets.TOOLBOX_REPO_TOKEN }}
external_repository: http4k/www.http4k.org
publish_branch: main
publish_dir: src/website/public
cname: new.http4k.org


- uses: actions/[email protected]
with:
python-version: '3.12.0'
architecture: 'x64'
- run: pip install -r requirements.txt
- run: ./tools/embed_code.py
- uses: actions/[email protected]
with:
repository: http4k/www.http4k.org
path: tmp
token: ${{ secrets.TOOLBOX_REPO_TOKEN }}
- run: cp -R build/docs-website/docs tmp/
- run: cp -R src/mkdocs.yml tmp/
- run: pushd tmp && mkdocs gh-deploy && popd

0 comments on commit a2c5200

Please sign in to comment.