Skip to content

Commit

Permalink
docs: Fixed LATEST_VERSION should be available for all the steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored and zimnx committed Nov 25, 2020
1 parent d2a23e9 commit f0c0188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yaml
Expand Up @@ -13,6 +13,8 @@ jobs:
release:
name: Release docs
runs-on: ubuntu-latest
env:
LATEST_VERSION: master
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -31,5 +33,4 @@ jobs:
- name: Deploy
run : ./docs/_utils/deploy.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LATEST_VERSION: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f0c0188

Please sign in to comment.