Skip to content

Commit

Permalink
chore: remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Oct 20, 2024
1 parent 27f77fa commit 5dd94ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 23
Expand All @@ -30,7 +30,7 @@ jobs:
run: npx semantic-release
- name: Deploy - https://draggable.github.io/formeo/
if: success()
env:
GH_PAT: ${{ secrets.GH_TOKEN }}
BUILD_DIR: dist/demo/
uses: maxheld83/[email protected]
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./dist/demo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"dependencies": {
"formeo-i18n": "^2.1.3",
"lodash": "^4.17.21",
"mi18n": "file:../../mI18N/mi18n",
"mi18n": "mi18n",
"sortablejs": "^1.15.3"
},
"release": {
Expand Down

0 comments on commit 5dd94ba

Please sign in to comment.