Skip to content

Commit

Permalink
pages: Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Sep 17, 2024
1 parent e0eff3c commit 1f33d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/pages/README.md

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Copy the file to make html
run: cp README.md ./.github/pages
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
Expand Down

0 comments on commit 1f33d1c

Please sign in to comment.