diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 0641407d..5e31981d 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -4,11 +4,6 @@ on: push: branches: - preview-** - workflow_call: - inputs: - branch: - required: true - type: string jobs: Deploy-Web-Preview: @@ -20,14 +15,17 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' - ref: ${{ inputs.branch }} - name: Get branch name run: echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV + - name: Update Submodules + run: | + git submodule update --init --recursive --remote + - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 3.4 bundler-cache: true - name: Configure for Dev Preview diff --git a/_articles b/_articles index 19e8483a..fa372ff2 160000 --- a/_articles +++ b/_articles @@ -1 +1 @@ -Subproject commit 19e8483a1e2e93f87f47b18852158fb8c1e24787 +Subproject commit fa372ff21799346ebe21475757ccee2aac5bb10a diff --git a/_includes/layout/header.html b/_includes/layout/header.html index 5339b5b7..535a7fba 100644 --- a/_includes/layout/header.html +++ b/_includes/layout/header.html @@ -13,17 +13,6 @@
+