fix: relocate melpazoid.yml to not interfere with ci

This commit is contained in:
riscy 2021-03-07 22:33:38 -08:00
parent e988d291a7
commit 731bc7f7cb
2 changed files with 1 additions and 1 deletions

View file

@ -31,7 +31,7 @@ are not foolproof, sometimes opinionated, and may raise false positives.
#+begin_src bash #+begin_src bash
mkdir -p .github/workflows mkdir -p .github/workflows
curl -o .github/workflows/melpazoid.yml \ curl -o .github/workflows/melpazoid.yml \
https://raw.githubusercontent.com/riscy/melpazoid/master/.github/workflows/melpazoid.yml https://raw.githubusercontent.com/riscy/melpazoid/master/melpazoid.yml
#+end_src #+end_src
then edit the file (~.github/workflows/melpazoid.yml~) and change the values then edit the file (~.github/workflows/melpazoid.yml~) and change the values
of ~RECIPE~ and ~EXIST_OK~ to fit. Instructions are in the file. of ~RECIPE~ and ~EXIST_OK~ to fit. Instructions are in the file.