Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
computablee committed Oct 12, 2023
1 parent e1205f9 commit 43da720
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/publish_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
deploy:
name: Update GitHub Pages
runs-on: ubuntu-latest

steps:
- name: Generate Patched README
run: make ProcessedREADME.md
- name: Deploy GitHub Pages
uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
- uses: actions/checkout@v4
- name: Generate Patched README
run: make ProcessedREADME.md
- name: Deploy GitHub Pages
uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit 43da720

Please sign in to comment.