Update deploy.yml

pull/45/head
HAHWUL 2022-08-19 23:28:23 +09:00 committed by GitHub
parent c23cc257d6
commit 8a5dcf6c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 8 deletions

View File

@ -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