Skip to content

Commit

Permalink
Merge pull request #60 from AthennaIO/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jlenon7 authored Aug 9, 2023
2 parents b73c34e + d0da785 commit 7518012
Show file tree
Hide file tree
Showing 4 changed files with 700 additions and 810 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ jobs:
run: npm run build

- name: Copy README to build
run: cp README.md build/README.md
run: cp README.md build/README.md | true

- name: Copy LICENSE to build
run: cp LICENSE.md build/LICENSE.md
run: cp LICENSE.md build/LICENSE.md | true

- name: Copy templates to build
run: cp -r templates build/templates | true

- name: Copy configurer to build
run: cp -r configurer build/configurer | true

- name: Automatic GitHub Release
uses: justincy/[email protected]
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ on:
- develop

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

linux:
runs-on: ubuntu-latest
strategy:
Expand Down
Loading

0 comments on commit 7518012

Please sign in to comment.