Skip to content

Commit

Permalink
remove docs test (#4090)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbymilo authored Aug 3, 2021
1 parent 10bd165 commit c14172d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:
- 'docs/sources/**'

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Build Website
run: |
docker run -v ${PWD}/docs/sources:/hugo/content/docs/loki/latest --rm grafana/docs-base:latest /bin/bash -c 'mkdir -p content/docs/grafana/latest/ && touch content/docs/grafana/latest/menu.yaml && make prod'
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Check out code
# uses: actions/checkout@v1
# - name: Build Website
# run: |
# docker run -v ${PWD}/docs/sources:/hugo/content/docs/loki/latest --rm grafana/docs-base:latest /bin/bash -c 'mkdir -p content/docs/grafana/latest/ && touch content/docs/grafana/latest/menu.yaml && make prod'
sync:
runs-on: ubuntu-latest
needs: test
# needs: test
steps:
- uses: actions/checkout@v1
- run: git clone --single-branch --no-tags --depth 1 -b master https://grafanabot:${{ secrets.GH_BOT_ACCESS_TOKEN }}@github.com/grafana/website-sync ./.github/actions/website-sync
Expand Down

0 comments on commit c14172d

Please sign in to comment.