Skip to content

Commit

Permalink
Merge pull request kadenzipfel#52 from rakesh0x7/indexpage
Browse files Browse the repository at this point in the history
Add index page
  • Loading branch information
kadenzipfel authored May 27, 2024
2 parents cd42a1e + c5dc571 commit bedc4dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Prepare src directory
run: |
mkdir -p src/vulnerabilities
cp README.md src/SUMMARY.md
cp README.md src/README.md
echo "[Introduction](README.md)" > src/SUMMARY.md
cat README.md >> src/SUMMARY.md
cp -r vulnerabilities/* src/vulnerabilities/
- name: Build the book
Expand Down

0 comments on commit bedc4dc

Please sign in to comment.