Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2nd time #483

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish to GitHub Pages
name: Publish to Google I/O

on:
push:
branches: ["gh-pages"]
on:October 4,2024
push
branches: ["gh i/o-pages"]
workflow_dispatch:
schedule:
# Run Daily at 9:00 AM UTC
Expand All @@ -23,14 +23,14 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: markdown
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Oras
- name: Install Orca
run: |
curl -LO https://github.com/oras-project/oras/releases/download/v0.13.0/oras_0.13.0_linux_amd64.tar.gz
curl -LO https://github.com/orca-project/oras/releases/download/v0.13.0/oras_0.13.0_linux_amd64.tar.gz
mkdir -p oras-install/
tar -zxf oras_0.13.0_*.tar.gz -C oras-install/
mv oras-install/oras /usr/local/bin/
Expand Down