From 32ca3890dd6e71c3fdbf2c352fe021537708cbd3 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Fri, 10 Jan 2025 10:29:24 -0600 Subject: [PATCH] updated to use master, and to use cgns.github.io --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ef9e4bd..fb42594 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,7 @@ on: push: branches: - master + workflow_dispatch: jobs: @@ -19,6 +20,7 @@ jobs: - name: "Checkout" uses: actions/checkout@v4.1.1 with: + ref: master persist-credentials: false submodules: recursive @@ -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'