Skip to content

Commit

Permalink
added the pipeline to dynamically generate pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
akib1689 committed Sep 8, 2024
1 parent e871971 commit 415575e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Print Environment variable to .env.local
run: echo ${{ secrets.ENV_FILE}} | base64 --decode > .env.local

- name: Setup python
uses: actions/setup-python@v5
with:
Expand All @@ -45,12 +42,15 @@ jobs:

- name: Install
run: |
pip install rendercv
pip install -r requirements.txt
- name: Generate Resume
run: |
rendercv render resume/Akibur_Rahman_CV.yml
- name: Print Environment variable to .env.local
run: echo ${{ secrets.ENV_FILE}} | base64 --decode > .env.local

- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit 415575e

Please sign in to comment.