File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
12
12
runs-on : ubuntu-22.04
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- - run : sudo apt-get install ruby-full build-essential zlib1g-dev git
16
15
- uses : ruby/setup-ruby@v1
17
16
with :
18
- ruby-version : ' 3.2.0'
19
- - run : gem install bundler jekyll --no-document
20
- - run : bundle install
17
+ ruby-version : ' 3.2'
18
+ bundler-cache : true # runs 'bundle install' and caches installed gems automatically
21
19
- run : bundle exec jekyll build
22
20
- run : touch _site/.nojekyll
23
- - uses : JamesIves/github-pages-deploy-action@v4
21
+ - name : Deploy to gh-pages branch
22
+ uses : JamesIves/github-pages-deploy-action@v4
23
+ if : github.repository_owner == 'antennapod' # do not run on forks
24
24
with :
25
25
token : ${{ secrets.GITHUB_TOKEN }}
26
26
branch : gh-pages
You can’t perform that action at this time.
0 commit comments