Skip to content

Commit

Permalink
#22 #20 Updated workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
almostengr committed Sep 29, 2020
1 parent fc05cc6 commit aca9c31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
- name: Install Minify Plugin
run: /usr/bin/python3 -m pip install --upgrade mkdocs-minify-plugin

- name: Install Mkdocs
run: /usr/bin/python3 -m pip install --upgrade mkdocs-rss-plugin

- run: git fetch -p
name: Fetching all of the branches

- name: Deploy to website branch
run: /usr/bin/python3 -m mkdocs gh-deploy -b website
Expand Down

0 comments on commit aca9c31

Please sign in to comment.