Skip to content

Commit

Permalink
Merge pull request #694 from tshepang/fix-web-workflow
Browse files Browse the repository at this point in the history
small text improvements to Web workflow template
  • Loading branch information
Gankra authored May 3, 2024
2 parents d12204f + 5ec68c5 commit a65f717
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions templates/generate/web.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:

# If you use any mdbook plugins, here's the place to install them!

# Install and run oranda (and mdbook)
# This will write all output to ./public/ (including copying mdbook's output to there)
# Install and run oranda (and mdbook)!
#
# This will write all output to ./public/ (including copying mdbook's output to there).
- name: Install and run oranda
run: |
{{%- if use_latest_oranda %}}
Expand All @@ -86,13 +87,13 @@ jobs:
with:
args: /tmp/public/
{{% endif %}}
# Deploy to our gh-pages branch (creating it if it doesn't exist)
# the "public" dir that oranda made above will become the root dir
# Deploy to our gh-pages branch (creating it if it doesn't exist).
# The "public" dir that oranda made above will become the root dir
# of this branch.
#
# Note that once the gh-pages branch exists, you must
# go into repo's settings > pages and set "deploy from branch: gh-pages"
# the other defaults work fine.
# go into repo's settings > pages and set "deploy from branch: gh-pages".
# The other defaults work fine.
- name: Deploy to Github Pages
uses: JamesIves/[email protected]
# ONLY if we're on main (so no PRs or feature branches allowed!)
Expand Down

0 comments on commit a65f717

Please sign in to comment.