Skip to content

Commit

Permalink
Bump webpage directly from triggering branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Nov 20, 2024
1 parent 20907d2 commit a262640
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/gh-pages-pr-deploy.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/publish-webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,10 @@ jobs:
with:
name: pr_number
path: ./pr_number.txt

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: success()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public.new

0 comments on commit a262640

Please sign in to comment.