Compare commits

..

No commits in common. "dd236970275d9fec2f8e578b0c837ae634f71994" and "7f6c9c26806486de1e792e46c2160e78e4c52763" have entirely different histories.

5 changed files with 4 additions and 5 deletions

View file

@ -60,8 +60,7 @@ steps:
- docker rm frontend || true - docker rm frontend || true
# Run the new container with the current version, mounting the files # Run the new container with the current version, mounting the files
- > - >
docker run -d --name frontend -p 5173:80 docker run -d --name frontend -p 5173:80
--restart always
-v /home/mnisyif/docker-containers/mnisyif/frontend/dist:/usr/share/nginx/html:ro -v /home/mnisyif/docker-containers/mnisyif/frontend/dist:/usr/share/nginx/html:ro
-v /home/mnisyif/docker-containers/mnisyif/frontend/nginx.conf:/etc/nginx/nginx.conf:ro -v /home/mnisyif/docker-containers/mnisyif/frontend/nginx.conf:/etc/nginx/nginx.conf:ro
nginx:alpine nginx:alpine

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

View file

@ -8,8 +8,8 @@ const publicationsData = [
authors: "Murtadha Nisyif, Ahmed Refaey, and Sylvester Aboagye", authors: "Murtadha Nisyif, Ahmed Refaey, and Sylvester Aboagye",
journal: "IEEE Canadian Conference on Electrical and Computer Engineering", journal: "IEEE Canadian Conference on Electrical and Computer Engineering",
year: 2024, year: 2024,
doi: "10.1109/CCECE59415.2024.10667089", // doi: "10.1234/example.doi.2023",
link: "https://ieeexplore.ieee.org/document/10667089", // link: "https://doi.org/10.1234/example.doi.2023"
pdfLink: "/assets/papers/sem_com01.pdf", pdfLink: "/assets/papers/sem_com01.pdf",
}, },
// Add more publications as needed // Add more publications as needed

View file

@ -1 +1 @@
0.12.4 0.12.4