File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This workflow uses actions that are not certified by GitHub.
2- # They are provided by a third-party and are governed by
3- # separate terms of service, privacy policy, and support
4- # documentation.
5-
6- # Sample workflow for building and deploying a Jekyll site to GitHub Pages
72name : Deploy to Pages
8-
93on :
10- # Runs on pushes targeting the default branch
114 push :
12- branches : ["master"]
13-
14- # Allows you to run this workflow manually from the Actions tab
15- workflow_dispatch :
5+ branches : ["gh-actions"]
166
177# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
188permissions :
3929 bundler-cache : true
4030 - name : Build org-ruby pages
4131 run : bundle exec rake github:pages
42- - name : Extracting css
43- run : bundle exec rougify style monokai > public/monokai.css
32+ # - name: Extracting css
33+ # run: bundle exec rougify style monokai > public/monokai.css
4434 - name : Upload public folder
4535 uses : actions/upload-pages-artifact@v3
4636 with :
4737 path : public/
38+ retention-days : 30
You can’t perform that action at this time.
0 commit comments