add readme to pages
Some checks failed
Build latex and deploy / checkout (push) Failing after 17s

This commit is contained in:
Josia Pietsch 2023-10-17 23:43:24 +02:00
parent 513c04095e
commit 1306c62e93
Signed by: josia
GPG Key ID: E70B571D66986A2D

View File

@ -12,7 +12,7 @@ jobs:
- name: Prepare pages
run: |
mkdir public
mv build/logic2.pdf build/logic2.log public
mv build/logic2.pdf build/logic2.log README.md public
- name: Deploy to pages
uses: actions/pages@v1
with: