Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper committed Dec 13, 2024
1 parent 41f71a2 commit e3b6caf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vulnrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ jobs:
- name: cmd run
run: ls -la
- name: Angular create 404.html
run: cd vulnrepo-app;cp index.html 404.html;ls -la
run: cd vulnrepo-app/browser;cp index.html 404.html;ls -la

- name: Add CNAME
run: cd vulnrepo-app;echo "vulnrepo.com" > CNAME;ls -la
run: cd vulnrepo-app/browser;echo "vulnrepo.com" > CNAME;ls -la

- name: Add README.md
run: cd vulnrepo-app;printf "# vulnrepo-build-prod\n\nAutomatic build of the https://github.com/kac89/vulnrepo application." > README.md
run: cd vulnrepo-app/browser;printf "# vulnrepo-build-prod\n\nAutomatic build of the https://github.com/kac89/vulnrepo application." > README.md

- name: Commit build
run: |
cd vulnrepo-app
cd vulnrepo-app/browser
git init
git config --global user.name 'github-actions[bot]'
git config --global user.email '[email protected]'
Expand Down

0 comments on commit e3b6caf

Please sign in to comment.