Skip to content

update

update #30

Workflow file for this run

on: push
jobs:
publish_site:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Debug Current Directory
run: |
pwd
ls -a
- name: Install GitBook CLI
run: npm install [email protected] --global
- name: Check GitBook Version
run: gitbook -V
- name: Install GitBook Plugins
run: gitbook install
- name: Configure Git
run: |
git config --global user.name "LJHG"
git config --global user.email "[email protected]"
- name: Push Sites to Another Repository
env:
PASSWORD: ${{ secrets.PASSWORD }}
run: ./publish.sh