Skip to content

Commit

Permalink
Merge branch 'ABTech:main' into sync-members
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRePercussions authored Sep 15, 2024
2 parents efa6a38 + af3b87a commit baa65b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
# CIVERSION: ${{ steps.push-image.outputs.CIVERSION }}
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# - name: 🏗 Set up build cache
# id: cache
# uses: actions/cache@v2
# uses: actions/cache@v4
# with:
# path: /tmp/.docker-cache
# key: ${{ runner.os }}-buildDocker-${{ env.cache-name }}-${{ github.ref }}-${{ github.sha }}-${{ hashFiles('**/Dockerfile') }}
Expand Down Expand Up @@ -76,9 +76,9 @@ jobs:
image: "ghcr.io/abtech/abtech.org:fefc2b479d4c22d6b3e00b1b359a5be2780d7fbe"
steps:
- name: Checkout latest
uses: actions/checkout@v2
uses: actions/checkout@v4
# - name: Cache Ruby dependencies
# uses: actions/cache@v2
# uses: actions/cache@v4
# env:
# cache-name: cache-ruby-gems
# with:
Expand All @@ -88,7 +88,7 @@ jobs:
# ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.ref }}-
# ${{ runner.os }}-build-${{ env.cache-name }}-
# - name: Cache NodeJS dependencies
# uses: actions/cache@v2
# uses: actions/cache@v4
# env:
# cache-name: cache-node-modules
# with:
Expand All @@ -104,7 +104,7 @@ jobs:
- name: Archive files
run: tar -cvf _site.tar -C _site .
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "_site.tar"
path: _site.tar
Expand All @@ -118,15 +118,15 @@ jobs:
github.event_name != 'pull_request'
steps:
- name: Checkout gh-pages branch of repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: "gh-pages"
- name: Clear branch of previous build
run: |
git rm -rf . --ignore-unmatch
git clean -fxd
- name: Download built artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: "_site.tar"
- name: 'Unarchive files & remove archive'
Expand All @@ -148,15 +148,15 @@ jobs:
github.event_name != 'pull_request'
steps:
- name: Checkout gh-pages-dev branch of repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: "gh-pages-dev"
- name: Clear branch of previous build
run: |
git rm -rf . --ignore-unmatch
git clean -fxd
- name: Download built artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: "_site.tar"
- name: 'Unarchive files & remove archive'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.3.3)
rexml (3.3.6)
strscan
rouge (3.27.0)
safe_yaml (1.0.5)
Expand Down

0 comments on commit baa65b8

Please sign in to comment.