Victoria Park, Wolvega & Chomęcice.
This commit is contained in:
parent
14844c20af
commit
1400430125
1 changed files with 1 additions and 1 deletions
2
.github/workflows/melpazoid-etherpad.yml
vendored
2
.github/workflows/melpazoid-etherpad.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
LOCAL_REPO: ${{ github.workspace }}
|
LOCAL_REPO: ${{ github.workspace }}
|
||||||
# RECIPE is your recipe as written for MELPA:
|
# RECIPE is your recipe as written for MELPA:
|
||||||
RECIPE: (etherpad :repo "zzkt/ethermacs" :fetcher github :files ("etherpad.el"))
|
RECIPE: (etherpad :repo "zzkt/ethermacs" :fetcher github :files ("etherpad.el" "ethersync.el"))
|
||||||
# set this to false (or remove it) if the package isn't on MELPA:
|
# set this to false (or remove it) if the package isn't on MELPA:
|
||||||
EXIST_OK: true
|
EXIST_OK: true
|
||||||
run: echo $GITHUB_REF && make -C ~/melpazoid
|
run: echo $GITHUB_REF && make -C ~/melpazoid
|
||||||
|
|
Loading…
Reference in a new issue