Skip to content

Commit

Permalink
keep on hacking on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Feb 11, 2024
1 parent d3bc3dd commit a3b555b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

env:
BOSATSU_CI: "true"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: "actions/checkout@v2"
with:
Expand Down Expand Up @@ -42,4 +43,4 @@ jobs:
cp -r web_deploy/* .
git add .
git commit -m "Deploy updates"
git push origin gh-pages
git push --force origin gh-pages

0 comments on commit a3b555b

Please sign in to comment.