Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Nov 3, 2023
1 parent ce27a72 commit b9cd9df
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ jobs:
- name: Push changes to new branch
run: git push origin new-docs-version-${{ github.event.inputs.tag }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
title: 'New Docs Version for ${{ github.event.inputs.tag }}'
commit-message: "chore(docs): cut new docs version for tag ${{ github.event.inputs.tag }}"
branch: new-docs-version-${{ github.event.inputs.tag }}
body: |
Updates documentation to new version for tag ${{ github.event.inputs.tag }}.
base: master # or main or whichever branch you want to merge to
labels: documentation
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v4
# with:
# title: 'New Docs Version for ${{ github.event.inputs.tag }}'
# commit-message: "chore(docs): cut new docs version for tag ${{ github.event.inputs.tag }}"
# branch: new-docs-version-${{ github.event.inputs.tag }}
# body: |
# Updates documentation to new version for tag ${{ github.event.inputs.tag }}.
# base: master # or main or whichever branch you want to merge to
# labels: documentation
# token: ${{ secrets.GITHUB_TOKEN }}


- name: Remove pre-releases
Expand Down

1 comment on commit b9cd9df

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://noir-lang.org as production
🚀 Deployed on https://6544cd2a5636ae14c1ffcf9f--noir-docs.netlify.app

Please sign in to comment.