Skip to content

Commit

Permalink
fix: stop regenerating librewolf files
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Sep 30, 2024
1 parent 9d8dfa5 commit 9c893d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/regenerate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
nix run .#betterfox-generator firefox
if [ ! -z $(git ls-files --others) ] || ! (git diff-index --quiet HEAD --); then git commit . -m "Re-extract firefox jsons"; fi
- name: Generate librewolf files
shell: bash
run: |
nix run .#betterfox-generator librewolf
if [ ! -z $(git ls-files --others) ] || ! (git diff-index --quiet HEAD --); then git commit . -m "Re-extract librewolf jsons"; fi
# - name: Generate librewolf files
# shell: bash
# run: |
# nix run .#betterfox-generator librewolf
# if [ ! -z $(git ls-files --others) ] || ! (git diff-index --quiet HEAD --); then git commit . -m "Re-extract librewolf jsons"; fi

- name: Generate smoothfox files
shell: bash
Expand Down

0 comments on commit 9c893d4

Please sign in to comment.