Skip to content

Commit

Permalink
Rename docs to website to reflect domain properly
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Jan 18, 2024
1 parent f688382 commit aaf8386
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:

jobs:
build:
build-website:
runs-on: ubuntu-latest
container: centos:7

Expand All @@ -17,7 +17,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3
with:
path: docs
path: website
- name: Checkout beaker repository
uses: actions/checkout@v3
with:
Expand All @@ -29,16 +29,16 @@ jobs:
- name: Cache Beaker's release tarballs
uses: actions/cache@v3
with:
path: docs/releases
path: website/releases
# XXX: This is not unique - cache has to be manually removed
key: cache
- name: Fetch Beaker's release tarballs
run: |
pushd docs
pushd website
make clean
make
- name: Archive docs
- name: Archive website
uses: actions/upload-artifact@v3
with:
name: docs
path: docs
name: website
path: website

0 comments on commit aaf8386

Please sign in to comment.