Skip to content

Commit

Permalink
Download and publish GH Pages of idem docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate committed Oct 23, 2024
1 parent df5d9b1 commit 8ec77d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
# Prep job
prep:
runs-on: ubuntu-latest
steps:
- name: Download and extract website tarball
run: |
# TODO curl -fsSL -o
curl -fsSL https://github.com/saltstack/docs-idemproject-io/releases/download/v1.0.0/docs-idemproject-io.tar.gz -O
tar xvf docs-idemproject-io.tar.gz
mv docs-idemproject-io public
- name: Upload artifact
Expand All @@ -46,7 +47,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs: prep
# if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 8ec77d8

Please sign in to comment.