Skip to content

Commit

Permalink
Update deploy-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cudeso authored Jan 21, 2025
1 parent eebbe37 commit 8546136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Prepare documentation files
run: |
mkdir -p _site
cp -r doc/* _site/
cp -r * _site/
# Convert markdown links from .md to .html
find _site -type f -name "*.md" -exec sed -i 's/\.md/\.html/g' {} \;
Expand Down

0 comments on commit 8546136

Please sign in to comment.