You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Build and Deployon:
push:
branches:
- masterjobs:
build:
runs-on: ubuntu-lateststeps:
- uses: actions/checkout@v3
- name: Build and deploy Angular app using external actionuses: AhsanAyaz/angular-deploy-gh-pages-actions@v1.4.0 ## replace by latest version without it you will see Expected format {org}/{repo}[/path]@ref. Actual 'AhsanAyaz/angular-deploy-gh-pages-actions',Input string was not in a correct format.with:
github_access_token: ${{ secrets.GITHUB_TOKEN }} # see the Configuration section for how you can create secretsbuild_configuration: production # The build environment for the app. please look configurations in your angular.jsonbase_href: /<PROJECT>/ # make sure this corresponds to https://<your_username>.github.io/<base_href>/deploy_branch: gh-pages # The branch the action should deploy to.angular_dist_build_folder: dist/<PROJECT>/browser # The folder where your project is supposed to be after running ng build by the action.permissions:
contents: write # Allow write permission to GITHUB_TOKEN to commit to deploy branch.
Logs are correct:
Run AhsanAyaz/angular-deploy-gh-pages-actions@v1.4.0Installing dependencies 🏃npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods insteadadded 1051 packages, and audited 1052 packages in 17s122 packages are looking for fundingrun `npm fund` for details22 vulnerabilities (1 low, 9 moderate, 12 high)To address all issues, run:
npm audit fixRun `npm audit` for details.Creating ng build 💪
- Building...Warning: G] 2 rules skipped due to selector errors:.form-floating>~label -> Did not expect successive traversals..form-floating>~label -> Did not expect successive traversals.Initial Chunk Files | Names | Raw Size | Estimated Transfer Sizemain-UKXNFH4B.js | main | 491.35 kB | 112.03 kBstyles-PRFF6WQC.css | styles | 341.94 kB | 35.76 kBscripts-WHMWRBVB.js | scripts | 107.00 kB | 33.02 kBpolyfills-LZBJRJJE.js | polyfills | 32.69 kB | 10.59 kB| Initial Total | 972.99 kB | 191.40 kBApplication bundle generation complete. [16.665 seconds]Successfully copied dist/<PROJECT>/browser/index.html to dist/<PROJECT>/browser/404.html!Deploying build ..💪Checking configuration and starting deployment...🚦Deploying using Access Token... 🔑Configuring git...Git configured... 🔧Starting to commit changes...Creating the gh-pages branch...Created the gh-pages branch... 🔧Changes committed to the gh-pages branch... 📦Running post deployment cleanup jobs...Completed Deployment Successfully! ✅Deployed build successfully! 🎉🎉🎉
The text was updated successfully, but these errors were encountered:
Here's my playbook:
main.yml
Logs are correct:
The text was updated successfully, but these errors were encountered: