Meta: Update Documentation and CI for repo move

This commit is contained in:
Andrew Kaster
2024-05-30 15:06:21 -06:00
committed by Andreas Kling
parent dd1fbd3513
commit 6d3a54e4a8
Notes: sideshowbarker 2024-07-17 02:57:43 +09:00
48 changed files with 127 additions and 1279 deletions

View File

@@ -17,7 +17,7 @@ permissions:
jobs:
build:
if: github.repository == 'SerenityOS/serenity'
if: github.repository == 'LadybirdWebBrowser/ladybird'
runs-on: ubuntu-latest
steps:
@@ -34,6 +34,6 @@ jobs:
- name: Build Base Dev Container Image
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/serenityos/serenity-devcontainer
imageName: ghcr.io/ladybirdwebbrowser/ladybird-devcontainer
imageTag: base,latest
push: always