Skip to content

Commit

Permalink
fix: branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Salzmann committed May 12, 2024
1 parent 31df1b9 commit 1b2f8fd
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-now.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
npm ci
npm run build
- name: Deploy to Github-pages
# if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs

# - name: Deploy to IONOS
# if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
# uses: ionos-deploy-now/deploy-to-ionos-action@v1
Expand Down
269 changes: 269 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.2",
"gh-pages": "^6.1.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.4.3",
Expand Down

0 comments on commit 1b2f8fd

Please sign in to comment.