-
Notifications
You must be signed in to change notification settings - Fork 65
ci: Github Action workflow define : push vimdoc-ja master & gh-pages #901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Github Action workflow define : push vimdoc-ja master & gh-pages #901
Conversation
- name: Setup Vim | ||
uses: thinca/action-setup-vim@v1 | ||
with: | ||
vim_version: 'v8.2.0020' | ||
vim_type: 'Vim' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これらの行は syntax-vim-ex にはありませんが、make内でvimを起動できています。
vimdoc-ja-working や vimdoc-en では必要な理由はなんでしょうか?
(できるだけ他(特に個人)への依存は減らしたいです)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
返事は4/23 19:00 +09:00ごろ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あー、syntax-vim-exでのVimを見過していました
たしかにそうですね
https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
記載がないからバージョン不明ですが、問題ないなら外しますね
確認するので少々おまちください。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認し、削除しました。
またあわせて微修正(記述など)を更新、PRのDescriptionも更新しています。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ref vim-jp/vimdoc-en#17 (comment)
他の変更は維持しつつ、Vimのバージョンについては8.2系を使うように戻しました。
syntax-vim-exはTOHtmlは使わないので、そのままで大丈夫だと思います。(とりあえずは)
This reverts commit 941bd34.
マージの成否の確認もあるので、マージする前にsecretにTOKENを設定するのがいいと思います |
token を設定したので、試してみましょう。 |
まずは成功しているようです。 |
GitHub workflowを利用して vimdoc-ja-working から vimdoc-ja の更新を行う PR です。
認証にrepoのR/Wのアクセス権のあるトークンを作成し、 vimdoc-ja-working リポジトリの設定 secrets に
VIMDOC_JA_TOKEN
として設定する必要があります。(SSH鍵をそのままいくにしても、GitHubのsecretsへの登録など、追加作業が必要になるためToken式に一旦してあります)
成果物