Remove deploy to neocities step

master
Quang Thang 2 years ago
parent 2062b86097
commit 35505f624c

@ -19,12 +19,6 @@ jobs:
docker run --rm \
--volume="${{ github.workspace }}:/srv/jekyll" \
jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && bundle install && bundle exec jekyll build && bundle exec rake search:init"
- name: Deploy to Neocities
uses: bcomnes/deploy-to-neocities@master
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: true
dist_dir: _site
jekyll-3-8-5:
name: Build Jekyll site (v3.8.5)

@ -16,12 +16,6 @@ jobs:
docker run --rm \
--volume="${{ github.workspace }}:/srv/jekyll" \
jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && bundle install && bundle exec jekyll build && bundle exec rake search:init"
- name: Deploy to Neocities
uses: bcomnes/deploy-to-neocities@master
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: true
dist_dir: _site
jekyll-3-8-5:
name: Build Jekyll site (v3.8.5)

Loading…
Cancel
Save