File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -33,21 +33,34 @@ jobs:
3333 steps :
3434 - name : Checkout
3535 uses : actions/checkout@v4
36+
37+ - name : " Setup PHP"
38+ uses : shivammathur/setup-php@v2
39+ with :
40+ php-version : 8.4}
41+
42+ - name : " Update FanArt"
43+ run : |
44+ php updateData.php
45+
3646 - name : Setup Ruby
3747 # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3848 uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3949 with :
4050 ruby-version : ' 3.1' # Not needed with a .ruby-version file
4151 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
4252 cache-version : 0 # Increment this number if you need to re-download cached gems
53+
4354 - name : Setup Pages
4455 id : pages
4556 uses : actions/configure-pages@v5
57+
4658 - name : Build with Jekyll
4759 # Outputs to the './_site' directory by default
4860 run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4961 env :
5062 JEKYLL_ENV : production
63+
5164 - name : Upload artifact
5265 # Automatically uploads an artifact from the './_site' directory by default
5366 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments