mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-07 11:16:56 -06:00
Remove GitHub Pages Workflow
This commit is contained in:
30
.github/workflows/gh-pages.yml
vendored
30
.github/workflows/gh-pages.yml
vendored
@@ -1,30 +0,0 @@
|
|||||||
name: Build and Deploy
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
env:
|
|
||||||
JEKYLL_GITHUB_TOKEN: ${{ secrets.JEKYLL_GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
github-pages:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout Source
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
ref: master
|
|
||||||
- name: Cache dependencies
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: vendor/bundle
|
|
||||||
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-gems-
|
|
||||||
- name: Build and Publish
|
|
||||||
uses: helaili/jekyll-action@v2
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
target_branch: 'gh-pages'
|
|
||||||
Reference in New Issue
Block a user