Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanmehrotra committed Nov 24, 2023
1 parent 3e00c97 commit bd46580
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Get Website Package
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Pull Website Package
run: |
docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
docker pull ghcr.io/gofr-dev/website:workflow-package
- name: Login to GCR
Expand Down
1 change: 0 additions & 1 deletion docs/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ GoFr is Opinionated Web Framework written in Go (Golang). It helps in building r

In this section we will walk through what GoFr is, what problems it solves, and how it can help in building your project.


{% quick-links %}

{% quick-link title="Quick Start" icon="installation" href="/docs/v1/quick-start/introduction" description="Step-by-step guides to setting up your system and installing the library." /%}
Expand Down

0 comments on commit bd46580

Please sign in to comment.