8000 build(deps): bump JamesIves/github-pages-deploy-action · python/python-docs-zh-tw@f9afa70 · GitHub
[go: up one dir, main page]

Skip to content

build(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1 #3307

build(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1

build(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1 #3307

Workflow file for this run

name: build
on:
pull_request:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: sudo apt-get install gettext
- name: Validate
run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all
0