Skip to content

Commit

Permalink
CI: update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 2, 2024
1 parent 897623e commit fba22d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ jobs:
- name: Build
run: |
npm run build
- uses: jeffreytse/jekyll-deploy-action@d90a835c3b0d80402bd8f7a8c7cf694bb75c05dd # https://github.com/jeffreytse/jekyll-deploy-action/issues/64
- uses: jeffreytse/jekyll-deploy-action@v0.5.1
with:
provider: 'github'
token: ${{ secrets.SHARED_BOT_GITHUB_TOKEN }} # rss-to-twitter require PAT for page_build event
branch: 'master' # Default is gh-pages for github provider
jekyll_src: './' # Default is root directory
jekyll_cfg: '_config.yml' # Default is _config.yml
jekyll_baseurl: '' # Default is according to _config.yml
bundler_ver: '2.1.4' # Default is latest bundler version
cname: 'jser.info' # Default is to not use a cname

0 comments on commit fba22d3

Please sign in to comment.