Skip to content

Commit

Permalink
DOCS-3648: Update the internal-contrib.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
upasanabnsl authored Apr 22, 2022
1 parent 03da937 commit 0e3c2d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-internal-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@ jobs:
deploy:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.1
with:
version: 6.0.2
version: latest

- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: '0.81.0'
hugo-version: '0.86.0'
extended: true

- name: Install dependencies
Expand All @@ -46,7 +47,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: public
# teardown option remove the PR surge.sh after the PR is merged
teardown: 'true'
teardown: 'false'
failOnError: 'true'
build: |
echo Deploying to surge.sh
Expand Down Expand Up @@ -97,5 +98,4 @@ jobs:
--exclude=https://twitter.com/TrueNAS
--exclude=https://www.openpgp.org/software/
--exclude=https://gohugo.io/
run_timeout: 300
debug: true

0 comments on commit 0e3c2d8

Please sign in to comment.