Skip to content

Commit

Permalink
テンプレートを作成
Browse files Browse the repository at this point in the history
  • Loading branch information
eguchi1611 committed Feb 29, 2024
1 parent bc6015c commit 5ad9dc1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: "Pre-build TeX Live Dev Container Image"

on:
push:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/release-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Release Dev Container Templates & Generate Documentation"

on:
push:
branches:
- "main"

jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Publish Templates"
uses: devcontainers/action@v1
with:
publish-templates: "true"
base-path-to-templates: "./templates"
4 changes: 4 additions & 0 deletions templates/texlive-ja/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "TeX Live",
"image": "ghcr.io/eguchi1611/texlive-ja"
}
6 changes: 6 additions & 0 deletions templates/texlive-ja/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id": "texlive-ja",
"version": "1.0.0",
"name": "TeX Live",
"description": "TeX Live for Japanese and Science"
}

0 comments on commit 5ad9dc1

Please sign in to comment.