Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Jan 2, 2024
1 parent 153ad78 commit e4dcf60
Show file tree
Hide file tree
Showing 5 changed files with 2,444 additions and 9,704 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ jobs:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run build
# - run: npm test
# env:
# CI: true

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
uses: qoomon/actions-publish-to-github-pages@v1
Expand All @@ -28,5 +29,5 @@ jobs:
GITHUB_PAGES_BRANCH: gh-pages
GITHUB_PAGES_REPLACE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ javascript:(function(){
![Card Layout](doc/CardExample.png)

### Features
* Multible/Single Issue per Page
* Multiple/Single Issue per Page
* Scale Card Layout
* Cards Informations
* Cards Information
* Issue Type
* Issue Id
* Title
Expand Down
Loading

0 comments on commit e4dcf60

Please sign in to comment.