mirror of
https://github.com/thangisme/notes.git
synced 2025-01-04 18:26:22 -05:00
Remove deploy to neocities step
This commit is contained in:
parent
2062b86097
commit
35505f624c
6
.github/workflows/ci-master.yml
vendored
6
.github/workflows/ci-master.yml
vendored
@ -19,12 +19,6 @@ jobs:
|
|||||||
docker run --rm \
|
docker run --rm \
|
||||||
--volume="${{ github.workspace }}:/srv/jekyll" \
|
--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"
|
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:
|
jekyll-3-8-5:
|
||||||
name: Build Jekyll site (v3.8.5)
|
name: Build Jekyll site (v3.8.5)
|
||||||
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -16,12 +16,6 @@ jobs:
|
|||||||
docker run --rm \
|
docker run --rm \
|
||||||
--volume="${{ github.workspace }}:/srv/jekyll" \
|
--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"
|
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:
|
jekyll-3-8-5:
|
||||||
name: Build Jekyll site (v3.8.5)
|
name: Build Jekyll site (v3.8.5)
|
||||||
|
Loading…
Reference in New Issue
Block a user