Skip to content

Commit

Permalink
doc(gh actions): better names, add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Franceschino committed Jul 1, 2024
1 parent 9679293 commit ca34877
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# deploys the result of `build`
# this job is a copy paste from <https://github.com/actions/deploy-pages>
deploy:
deploy-documentation:
# Add a dependency to the build job
needs: build-documentation

Expand All @@ -40,7 +40,9 @@ jobs:
id: deployment
uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action

push_readme:
# Builds and deploy "external" GH pages: pushes to the repos
# `hacspec/hacspec.github.io` and `hacspec/book`
build-and-deploy-external-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ca34877

Please sign in to comment.