Delete main.yml

This commit is contained in:
GURU SABARISH
2020-10-24 10:57:47 +05:30
committed by GitHub
parent 71861099bf
commit 65f21f3f57
-29
View File
@@ -1,29 +0,0 @@
name: github pages
on:
push:
branches:
- master # Set a branch name to trigger deployment
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.74.3'
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: 47151c9fe5dfd3dd7ae691ab6d2cab2d1d341d58
publish_dir: ./public