mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Include config in Gemini deploy
This commit is contained in:
parent
1a53ef8ba1
commit
7b976780dc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -129,6 +129,8 @@ jobs:
|
|||
steps:
|
||||
- name: Prepare for Fly deployment (Gemini)
|
||||
uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: capsule
|
||||
|
|
Loading…
Reference in a new issue