Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "update github actions, prepare for Node16" #257

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
rm -rf site.zip
fi
zip -r site.zip ./_build/html
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v2
with:
name: site-zip
path: ./site.zip
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
jupyter-book build . --builder pdflatex

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v2
with:
name: book-pdf
path: _build/latex/python.pdf
6 changes: 3 additions & 3 deletions .github/workflows/preview-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Set message value
run: |
echo "comment_message=This pull request is being automatically built with [GitHub Actions](https://github.com/features/actions) and [Netlify](https://www.netlify.com/). To see the status of your deployment, click below." >> $GITHUB_ENV
- name: Find Pull Request
uses: actions/github-script@v6
uses: actions/github-script@v4
id: find-pull-request
with:
script: |
Expand Down Expand Up @@ -126,4 +126,4 @@ jobs:
${{ env.comment_message }}

🔍 Git commit SHA: ${{ steps.find-pull-request.outputs.sha }}
✅ Deployment Preview URL: ${{ steps.netlify.outputs.deploy-url }}
✅ Deployment Preview URL: ${{ steps.netlify.outputs.deploy-url }}