mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-01-18 02:27:07 -05:00
Update deploy.yml
This commit is contained in:
parent
c23cc257d6
commit
8a5dcf6c9c
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ERB:
|
||||
Deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -20,13 +20,6 @@ jobs:
|
||||
- name: Run app
|
||||
run: |
|
||||
ruby ./scripts/erb.rb
|
||||
Deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ERB]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Make last_change
|
||||
run: date > ./scripts/last_change
|
||||
- name: Commit files
|
||||
|
Loading…
Reference in New Issue
Block a user