Skip to content

Commit

Permalink
updated to use master, and to use cgns.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 10, 2025
1 parent 2ed9cf4 commit 32ca389
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:

Expand All @@ -19,6 +20,7 @@ jobs:
- name: "Checkout"
uses: actions/[email protected]
with:
ref: master
persist-credentials: false
submodules: recursive

Expand Down Expand Up @@ -50,7 +52,7 @@ jobs:

- name: "Deploy"
run: |
git clone -b gh-pages --single-branch https://github.com/CGNS/cgns-modern.github.io.git docs/deploy
git clone -b gh-pages --single-branch https://github.com/CGNS/cgns.github.io.git docs/deploy
rsync -q -av --checksum --progress docs/html/ docs/deploy
cd docs/deploy
git config --global user.name 'autopages'
Expand Down

0 comments on commit 32ca389

Please sign in to comment.