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:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ERB:
|
Deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -20,13 +20,6 @@ jobs:
|
|||||||
- name: Run app
|
- name: Run app
|
||||||
run: |
|
run: |
|
||||||
ruby ./scripts/erb.rb
|
ruby ./scripts/erb.rb
|
||||||
Deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [ERB]
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 2
|
|
||||||
- name: Make last_change
|
- name: Make last_change
|
||||||
run: date > ./scripts/last_change
|
run: date > ./scripts/last_change
|
||||||
- name: Commit files
|
- name: Commit files
|
||||||
|
Loading…
Reference in New Issue
Block a user