Skip to content

Commit

Permalink
update gihub deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas committed Dec 2, 2024
1 parent 31afd2f commit 676e8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: actions/configure-pages@v3
- name: Generate index
run: |
mkdir -p github-pages/simple
mkdir -p github-pages
pip install pygithub
python generate_index.py > github-pages/simple/index.html
python generate_index.py github-pages/simple
env:
GH_TOKEN: ${{ github.token }}
- name: Upload artifact
Expand Down

0 comments on commit 676e8e3

Please sign in to comment.