Skip to content

Commit

Permalink
Removes spare lines from release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3phase committed Jun 2, 2021
1 parent 01fedc6 commit f06d16d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,4 @@ jobs:
- name: Deploy to github pages
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
#run: npm run deploy
run: npm run ng -- deploy --base-href=/books-archive/ --name="${{ secrets.UNAME }}" --email=${{ secrets.EMAIL }}

#- name: Angular Deploy gh-pages Actions
# uses: AhsanAyaz/angular-deploy-gh-pages-actions@0e4f1a953d00116ca38fbf1bcdb37f91923015ef
# uses: AhsanAyaz/angular-deploy-gh-pages-actions@v1.3.2
#with:
# Github access token token used to deploy on gh_pages. You can find it on Github.
# github_access_token: ${{ secrets.GH_TOKEN }}
#angular_project_dir: "./"
#build_configuration: "production"
#angular_dist_build_folder: "dist/app"
run: npm run ng -- deploy --base-href=/books-archive/ --name="${{ secrets.UNAME }}" --email=${{ secrets.EMAIL }}

0 comments on commit f06d16d

Please sign in to comment.