fix: markdown embed and paste issue

This commit is contained in:
Jannat Patel
2024-12-23 11:33:09 +05:30
parent 7fcbe85ab9
commit b625d9b099
2 changed files with 24 additions and 20 deletions

View File

@@ -10,9 +10,9 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64, arm64]
permissions:
packages: write
steps:
- name: Checkout Entire Repository
uses: actions/checkout@v4