Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
DOC_DIR: '/__w/arcaneframework.github.io/arcaneframework.github.io/doc'

# ccache
CC_KEY_PREFIX: 'doc_gcc-11'
CC_KEY_PREFIX: 'doc'
CCACHE_COMPRESS: true
CCACHE_COMPRESSLEVEL: 6
CCACHE_DIR: '/__w/arcaneframework.github.io/arcaneframework.github.io/ccache'
Expand All @@ -31,7 +31,7 @@ jobs:
name: Build Arcane and documentations
runs-on: ubuntu-latest
container:
image: ghcr.io/arcaneframework/ubuntu-2204:gcc-12_clang-14_doc_20220617
image: ghcr.io/arcaneframework/ubuntu-2204:gcc-12_clang-14_doc_20220908

steps:
- name: Checkout doc
Expand All @@ -52,7 +52,7 @@ jobs:
run: echo "::set-output name=date::$(/bin/date -u '+%Y%m%d%H%M%S')"

- name: Get cache for ccache tool
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{env.CCACHE_DIR}}
key: ${{ env.CC_KEY_PREFIX }}-arcane-${{ env.CM_BUILD_TYPE }}-${{ steps.get-date.outputs.date }}-${{ github.run_number }}
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
force_orphan: false
exclude_assets: ''
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
user_email: 'github-actions[bot]@users.noreply.github.com'