Skip to content

Commit

Permalink
ci(deploy): update file yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lperezp committed Apr 5, 2024
1 parent fd00863 commit 4673663
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/jekyll.yml

This file was deleted.

30 changes: 30 additions & 0 deletions .github/workflows/workflow-angular.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Build and Deploy
on:
pull_request:
push:
branches:
- master

jobs:
build_and_test_action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
npm run all
test_action_and_deploy_demo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Deploy demo app using action'
uses: ./
with:
github_access_token: ${{ secrets.ACCESS_TOKEN }}
build_configuration:
base_href: /angular-deploy-gh-pages-actions/
deploy_branch: gh-pages
angular_dist_build_folder: jokester/dist/jokester
angular_project_dir: jokester

0 comments on commit 4673663

Please sign in to comment.