devcontainer設定を削除、ディレクトリ構成を変更、markdownでの執筆を前提に変更等 (#4) #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: docker compose up | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: Output documents | |
path: ./out/*.pdf |