diff --git a/.github/workflows/portfolio.yaml b/.github/workflows/portfolio.yaml new file mode 100644 index 00000000..6a3a030e --- /dev/null +++ b/.github/workflows/portfolio.yaml @@ -0,0 +1,17 @@ +name: Publish to GitHub Packages + +on: + push: + branches: "main" + workflow_dispatch: + +jobs: + portfolio: + runs-on: ubuntu-latest + steps: + - name: "Read file contents" + uses: andstor/file-reader-action@v1 + with: + path: "README.md" + - name: File contents + run: echo "${ steps.read_file.outputs.contents }"