Skip to content

Commit

Permalink
Fine tune GitHub actions (#132)
Browse files Browse the repository at this point in the history
* travis: drop travis
* deploy: deploy to master branch
* clean names
  • Loading branch information
gwarf authored Nov 5, 2020
1 parent d1173ee commit 8fa8d64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
markdown-link-check:
name: Check links using markdwon-link-check
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
deploy:
name: Build and Deploy Hugo
name: Build using Hugo and deploy
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -55,5 +55,4 @@ jobs:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
external_repository: EGI-Foundation/EGI-Foundation.github.io
cname: docs.egi.eu
# XXX Publish to a test branch
publish_branch: test
publish_branch: master
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Super-Linter
name: Lint

on: [push, pull_request]

jobs:
super-lint:
name: Linting
name: Lint with Supper-Linter
runs-on: ubuntu-latest

steps:
Expand Down
36 changes: 0 additions & 36 deletions .travis.yml

This file was deleted.

0 comments on commit 8fa8d64

Please sign in to comment.