diff --git a/.github/workflows/discussion-data-files-update.yml b/.github/workflows/discussion-data-files-update.yml index a68af852..2f0d2e5a 100644 --- a/.github/workflows/discussion-data-files-update.yml +++ b/.github/workflows/discussion-data-files-update.yml @@ -7,7 +7,7 @@ on: jobs: update: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.repository == 'layer5io/docs' steps: - name: Checkout diff --git a/.github/workflows/feature-list.yml b/.github/workflows/feature-list.yml index 3709ecd3..7541d2ee 100644 --- a/.github/workflows/feature-list.yml +++ b/.github/workflows/feature-list.yml @@ -11,7 +11,7 @@ permissions: jobs: trigger-feature-list: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 env: FEATURES_FILE: 'data/feature_data.json' SPREADSHEET_URL: 'https://docs.google.com/spreadsheets/d/e/2PACX-1vQwzrUSKfuSRcpkp7sJTw1cSB63s4HCjYLJeGPWECsvqn222hjaaONQlN4X8auKvlaB0es3BqV5rQyz/pub?gid=1153419764&single=true&output=csv' diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 1e09a98b..b849385b 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -32,7 +32,7 @@ defaults: jobs: # Build job build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 env: HUGO_VERSION: 0.126.2 steps: @@ -72,7 +72,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: build steps: - name: Deploy to GitHub Pages diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index a88e6d16..e2a67b5d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -8,7 +8,7 @@ on: jobs: update_release_draft: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: # Drafts your next Release notes as Pull Requests are merged into "master" - uses: release-drafter/release-drafter@v5 diff --git a/.github/workflows/slack.yml b/.github/workflows/slack.yml index 30a4b337..bbf8e257 100644 --- a/.github/workflows/slack.yml +++ b/.github/workflows/slack.yml @@ -6,7 +6,7 @@ jobs: star-notify: if: github.event_name == 'watch' name: Notify Slack on star - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Get current star count run: | @@ -20,7 +20,7 @@ jobs: good-first-issue-notify: if: github.event_name == 'issues' && github.event.label.name == 'good first issue' || github.event.label.name == 'first-timers-only' name: Notify Slack for new good-first-issue - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Notify slack env: diff --git a/content/en/videos/getting-started/comments/adding-comments.md b/content/en/videos/getting-started/comments/adding-comments.md index 2ae90b0d..9613a6c5 100644 --- a/content/en/videos/getting-started/comments/adding-comments.md +++ b/content/en/videos/getting-started/comments/adding-comments.md @@ -1,7 +1,7 @@ --- -title: Reviewing Designs +title: "Design Reviews: Adding Comments" description: > - Getting Started with Kanvas and Design Reviews + Add comments to your designs in Kanvas's Designer Mode to enhance collaboration and streamline design reviews. video_id: "bb6J--aApk8" videoType: youtube # or "local" muted: true # optional