Skip to content

Commit

Permalink
ci: rename docs entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-medvedev committed Feb 8, 2025
1 parent 266fa7c commit 0138a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
mkdir -p _site
generate-md --layout github --input ./README.md --output ./_site
mv ./_site/README.html ./_site/index.html
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 0138a1f

Please sign in to comment.