Skip to content

Commit

Permalink
specify tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Oct 7, 2024
1 parent 44ca801 commit e67ece9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: ruby/setup-ruby
- uses: ruby/setup-ruby@v1
- name: install
run: bundle
- name: test
run: bundle exec rake test
- name: prod build
run: bundle exec rake reset && bundle exec rake build
- name: deploy
uses: peaceiris/actions-gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
6 changes: 3 additions & 3 deletions .github/workflows/wh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
env:
BASEURL: '/projects/soul-of-reason'
steps:
- uses: actions/checkout
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: ruby/setup-ruby
- uses: ruby/setup-ruby@v1
# with:
# bundler-cache: true
- name: install
Expand All @@ -22,7 +22,7 @@ jobs:
- name: prod build
run: bundle exec rake reset && bundle exec rake build
- name: deploy
uses: SamKirkland/FTP-Deploy-Action@4.0.0
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: ${{secrets.FTP_SERVER}}
username: ${{secrets.FTP_USERNAME}}@${{secrets.FTP_SERVER}}
Expand Down

0 comments on commit e67ece9

Please sign in to comment.