Update gh-pages.yml

This commit is contained in:
Aditya Telange 2020-07-23 03:25:32 +05:30 committed by GitHub
parent 1a43ef4042
commit 08758ead0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: exampleSite
- name: Update theme
- name: Get Theme
run: git submodule update --init --recursive
- name: Update theme to Latest commit
run: git submodule update --remote --merge
- name: Setup hugo