Skip to content

Commit

Permalink
Hopefully fix the example build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lattyware committed Jun 1, 2024
1 parent f962d6f commit d62282c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- 7.1.1

- Changed:
- Hopefully fixed example build, shouldn't actually change the library.

- 7.1.0

- Changed:
Expand Down
13 changes: 2 additions & 11 deletions base/.github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ jobs:
- name: Setup buildx.
uses: docker/setup-buildx-action@v2

- name: Set up elm.
uses: jorelali/setup-elm@v5
with:
elm-version: 0.19.1

- name: Install the package.
run: |
echo Y | elm install "lattyware/elm-fontawesome"
- name: Build example.
uses: docker/bake-action@v4
with:
Expand All @@ -69,7 +60,7 @@ jobs:
- name: Checkout elm-fontawesome-example repository.
uses: actions/checkout@v4
with:
repository: "lattyware/elm-fontawesome"
repository: "lattyware/elm-fontawesome-example"
ssh-key: ${{ secrets.EXAMPLE_DEPLOY_KEY }}
path: "publish"

Expand All @@ -96,7 +87,7 @@ jobs:
- name: Checkout elm-fontawesome-example pages repository.
uses: actions/checkout@v4
with:
repository: "lattyware/elm-fontawesome"
repository: "lattyware/elm-fontawesome-example"
ssh-key: ${{ secrets.EXAMPLE_DEPLOY_KEY }}
ref: "gh-pages"
path: "pages"
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.1.0",
"version": "7.1.1",
"iconSources": [
{
"name": "Solid",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-fontawesome-generator",
"version": "7.1.0",
"version": "7.1.1",
"description": "Generate elm modules for FontAwesome icons.",
"author": "Gareth Latty <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit d62282c

Please sign in to comment.