mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #3218 from paulbalandan/docs-nightly
Remove underscore in UG build path
This commit is contained in:
commit
e11ff0dd14
4
.github/workflows/docs_nightly.yml
vendored
4
.github/workflows/docs_nightly.yml
vendored
@ -29,13 +29,13 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HTML Documentation
|
||||
path: user_guide_src/_build/html/
|
||||
path: user_guide_src/build/html/
|
||||
|
||||
# Commit changes to the gh-pages branch
|
||||
- name: Commit documentation changes
|
||||
run: |
|
||||
git clone https://github.com/codeigniter4/CodeIgniter4.git --branch gh-pages --single-branch gh-pages
|
||||
cp -r user_guide_src/_build/html/* gh-pages/
|
||||
cp -r user_guide_src/build/html/* gh-pages/
|
||||
cd gh-pages
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "${GITHUB_ACTOR}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user