mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Delete .github/workflows directory
This commit is contained in:
parent
8d87b37a68
commit
3031ce5b9e
1 changed files with 0 additions and 37 deletions
37
.github/workflows/docs.yml
vendored
37
.github/workflows/docs.yml
vendored
|
@ -1,37 +0,0 @@
|
|||
|
||||
name: Build Docs pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Hugo setup
|
||||
uses: peaceiris/actions-hugo@v2.4.12
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Compile site
|
||||
run: hugo --source exampleSite --themesDir ../.. -d docs
|
||||
|
||||
- name: Package
|
||||
uses: actions/upload-pages-artifact@v1.0.4
|
||||
with:
|
||||
path: exampleSite/docs
|
||||
|
||||
- name: Deploy GitHub Pages site
|
||||
uses: actions/deploy-pages@v1.0.10
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
page_url: /docs
|
Loading…
Reference in a new issue